Html Css Color HEX #068EE6 Dodger Blue

📋 copy color: '#068EE6'

red 6 ◦ green 142 ◦ blue 230

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

Shades of Dodger Blue #068EE6

Tints of Dodger Blue #068EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 60.85%

R = 1.59%
G = 37.57%
B = 60.85%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#068EE6 (or 0x068EE6) is known color: Dodger Blue. HEX triplet: 06, 8E and E6. RGB value is (6,142,230). Sum of RGB (Red+Green+Blue) = 6+142+230=378 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 230 (90.23% from 255 or 60.85% from 378); Max value from RGB is 230 - color contains mainly: blue. Hex color #068EE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068EE6 is #F97119. Grayscale: #6E6E6E. Windows color (decimal): -16347418 or 15109638. OLE color: 15109638.

HSL color Cylindrical-coordinate representation of color #068EE6: hue angle of 203.57º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068EE6 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 6 142 230 -
CMYK 0.97 0.38 0 0.10
HSL 203.57º 0.95% 0.46% -
HSV(B) 203.57º 0.97% 0.9% -
XYZ 24.03 25.1 78.44 -
YUV 111.37 194.94 52.84 -
System Red Green Blue C M Y K H S L
Decimal 6 142 230 0.97 0.38 0 0.10 203.57 0.95 0.46
Hex 6 8E E6 61 26 0 A CC 5F 2E
Octal 6 216 346 141 46 0 12 314 137 56
Binary 110 10001110 11100110 1100001 100110 0 1010 11001100 1011111 101110

Color Harmonies of #068EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068EE6

Black with #068EE6

Text Example


Text Example

White with #068EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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