#268cdd

Color #268CDD Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #268CDD

Tints of Dodger Blue #268CDD

Color information

#268CDD (or 0x268CDD) is unknown color: approx Dodger Blue. HEX triplet: 26, 8C and DD. RGB value is (38,140,221). Sum of RGB (Red+Green+Blue) = 38+140+221=399 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.52% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #268CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268CDD is #D97322. Grayscale: #767676. Windows color (decimal): -14250787 or 14519334. OLE color: 14519334.

HSL color Cylindrical-coordinate representation of color #268CDD: hue angle of 206.56º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #268CDD is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB38140221-
CMYK0.830.3700.13
HSL206.56º72.91%50.78%-
HSV(B)206.56º82.81%86.67%-
XYZ23.2324.3971.89-
YUV118.74185.7170.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 9.52%
GREEN value IS 140 (55.08% from 255) = 35.09%
BLUE value IS 221 (86.72% from 255) = 55.39%
R=9.52%
G=35.09%
B=55.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal381402210.830.3700.13206.5672.9150.78
Hex268CDD53250Dcf4933
Octal462143351234501531711163
Binary1001101000110011011101101001110010101101110011111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268cdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268cdd; }

 p { color: rgb(38,140,221); }

 H1.HeaderClassName
 {
   color: #268cdd;
 }
 .AnyTagClassName
 {
   color: #268cdd;
 }
</style>
background-color css

<style>
 a { background-color: #268cdd; }

 a { background-color: rgb(38,140,221); }

 div.DivClassName
 {
   background-color: #268cdd;
 }
 .BgClassName
 {
   background-color: #268cdd;
 }
</style>
border-color css

<style>
 span { border-color: #268cdd; }

 span { border-color: rgb(38,140,221); }

 td.TdClassName
 {
   border-color: #268cdd;
 }
 .TagClassName
 {
   border-color: #268cdd;
 }
</style>