Html Css Color HEX #068CE8 Dodger Blue

📋 copy color: '#068CE8'

red 6 ◦ green 140 ◦ blue 232

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

Shades of Dodger Blue #068CE8

Tints of Dodger Blue #068CE8

RGB

 RED value IS 6 (2.73% from 255) = 1.59%

 GREEN value IS 140 (55.08% from 255) = 37.04%

 BLUE value IS 232 (91.02% from 255) = 61.38%

R = 1.59%
G = 37.04%
B = 61.38%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#068CE8 (or 0x068CE8) is known color: Dodger Blue. HEX triplet: 06, 8C and E8. RGB value is (6,140,232). Sum of RGB (Red+Green+Blue) = 6+140+232=378 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 232 (91.02% from 255 or 61.38% from 378); Max value from RGB is 232 - color contains mainly: blue. Hex color #068CE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068CE8 is #F97317. Grayscale: #6D6D6D. Windows color (decimal): -16347928 or 15240198. OLE color: 15240198.

HSL color Cylindrical-coordinate representation of color #068CE8: hue angle of 204.42º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068CE8 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 6 140 232 -
CMYK 0.97 0.40 0 0.09
HSL 204.42º 0.95% 0.47% -
HSV(B) 204.42º 0.97% 0.91% -
XYZ 24.02 24.62 79.83 -
YUV 110.42 196.61 53.52 -
System Red Green Blue C M Y K H S L
Decimal 6 140 232 0.97 0.40 0 0.09 204.42 0.95 0.47
Hex 6 8C E8 61 28 0 9 CC 5F 2F
Octal 6 214 350 141 50 0 11 314 137 57
Binary 110 10001100 11101000 1100001 101000 0 1001 11001100 1011111 101111

Color Harmonies of #068CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068CE8

Black with #068CE8

Text Example


Text Example

White with #068CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068CE8; }

 p { color: rgb(6,140,232); }

 H1.HeaderClassName
 {
   color: #068CE8;
 }
 .AnyTagClassName
 {
   color: #068CE8;
 }
</style>

background-color css

<style>
 a { background-color: #068CE8; }

 a { background-color: rgb(6,140,232); }

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

border-color css

<style>
 span { border-color: #068CE8; }

 span { border-color: rgb(6,140,232); }

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