Html Css Color HEX #268ED8 Dodger Blue

📋 copy color: '#268ED8'

red 38 ◦ green 142 ◦ blue 216

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

Shades of Dodger Blue #268ED8

Tints of Dodger Blue #268ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 54.55%

R = 9.6%
G = 35.86%
B = 54.55%

CMYK

 C value IS 0.82

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#268ED8 (or 0x268ED8) is known color: Dodger Blue. HEX triplet: 26, 8E and D8. RGB value is (38,142,216). Sum of RGB (Red+Green+Blue) = 38+142+216=396 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.60% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 216 (84.77% from 255 or 54.55% from 396); Max value from RGB is 216 - color contains mainly: blue. Hex color #268ED8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ED8 is #D97127. Grayscale: #767676. Windows color (decimal): -14250280 or 14192166. OLE color: 14192166.

HSL color Cylindrical-coordinate representation of color #268ED8: hue angle of 204.94º 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 #268ED8 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 142 216 -
CMYK 0.82 0.34 0 0.15
HSL 204.94º 0.7% 0.5% -
HSV(B) 204.94º 0.82% 0.85% -
XYZ 22.87 24.72 68.53 -
YUV 119.34 182.54 69.98 -
System Red Green Blue C M Y K H S L
Decimal 38 142 216 0.82 0.34 0 0.15 204.94 0.7 0.5
Hex 26 8E D8 52 22 0 F CD 46 32
Octal 46 216 330 122 42 0 17 315 106 62
Binary 100110 10001110 11011000 1010010 100010 0 1111 11001101 1000110 110010

Color Harmonies of #268ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268ED8

Black with #268ED8

Text Example


Text Example

White with #268ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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