Html Css Color HEX #268ED9 Dodger Blue

📋 copy color: '#268ED9'

red 38 ◦ green 142 ◦ blue 217

#268ED9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #268ED9

Tints of Dodger Blue #268ED9

RGB

 RED value IS 38 (15.23% from 255) = 9.57%

 GREEN value IS 142 (55.86% from 255) = 35.77%

 BLUE value IS 217 (85.16% from 255) = 54.66%

R = 9.57%
G = 35.77%
B = 54.66%

CMYK

 C value IS 0.82

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#268ED9 (or 0x268ED9) is known color: Dodger Blue. HEX triplet: 26, 8E and D9. RGB value is (38,142,217). Sum of RGB (Red+Green+Blue) = 38+142+217=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 217 (85.16% from 255 or 54.66% from 397); Max value from RGB is 217 - color contains mainly: blue. Hex color #268ED9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ED9 is #D97126. Grayscale: #777777. Windows color (decimal): -14250279 or 14257702. OLE color: 14257702.

HSL color Cylindrical-coordinate representation of color #268ED9: hue angle of 205.14º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #268ED9 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 142 217 -
CMYK 0.82 0.35 0 0.15
HSL 205.14º 0.7% 0.5% -
HSV(B) 205.14º 0.82% 0.85% -
XYZ 23 24.77 69.21 -
YUV 119.45 183.04 69.9 -
System Red Green Blue C M Y K H S L
Decimal 38 142 217 0.82 0.35 0 0.15 205.14 0.7 0.5
Hex 26 8E D9 52 23 0 F CD 46 32
Octal 46 216 331 122 43 0 17 315 106 62
Binary 100110 10001110 11011001 1010010 100011 0 1111 11001101 1000110 110010

Color Harmonies of #268ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268ED9

Black with #268ED9

Text Example


Text Example

White with #268ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,142,217); }

 H1.HeaderClassName
 {
   color: #268ED9;
 }
 .AnyTagClassName
 {
   color: #268ED9;
 }
</style>

background-color css

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

 a { background-color: rgb(38,142,217); }

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

border-color css

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

 span { border-color: rgb(38,142,217); }

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