Html Css Color HEX #068EED Dodger Blue

📋 copy color: '#068EED'

red 6 ◦ green 142 ◦ blue 237

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

Shades of Dodger Blue #068EED

Tints of Dodger Blue #068EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.56%

R = 1.56%
G = 36.88%
B = 61.56%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#068EED (or 0x068EED) is known color: Dodger Blue. HEX triplet: 06, 8E and ED. RGB value is (6,142,237). Sum of RGB (Red+Green+Blue) = 6+142+237=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #068EED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068EED is #F97112. Grayscale: #6F6F6F. Windows color (decimal): -16347411 or 15568390. OLE color: 15568390.

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

Color convert

RGB 6 142 237 -
CMYK 0.97 0.40 0 0.07
HSL 204.68º 0.95% 0.48% -
HSV(B) 204.68º 0.97% 0.93% -
XYZ 25.03 25.5 83.72 -
YUV 112.17 198.44 52.28 -
System Red Green Blue C M Y K H S L
Decimal 6 142 237 0.97 0.40 0 0.07 204.68 0.95 0.48
Hex 6 8E ED 61 28 0 7 CD 5F 30
Octal 6 216 355 141 50 0 7 315 137 60
Binary 110 10001110 11101101 1100001 101000 0 111 11001101 1011111 110000

Color Harmonies of #068EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068EED

Black with #068EED

Text Example


Text Example

White with #068EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,142,237); }

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

background-color css

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

 a { background-color: rgb(6,142,237); }

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

border-color css

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

 span { border-color: rgb(6,142,237); }

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