Html Css Color HEX #068EFC Dodger Blue

📋 copy color: '#068EFC'

red 6 ◦ green 142 ◦ blue 252

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

Shades of Dodger Blue #068EFC

Tints of Dodger Blue #068EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63%

R = 1.5%
G = 35.5%
B = 63%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#068EFC (or 0x068EFC) is known color: Dodger Blue. HEX triplet: 06, 8E and FC. RGB value is (6,142,252). Sum of RGB (Red+Green+Blue) = 6+142+252=400 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.5% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #068EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068EFC is #F97103. Grayscale: #717171. Windows color (decimal): -16347396 or 16551430. OLE color: 16551430.

HSL color Cylindrical-coordinate representation of color #068EFC: hue angle of 206.83º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #068EFC is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 142 252 -
CMYK 0.98 0.44 0 0.01
HSL 206.83º 0.98% 0.51% -
HSV(B) 206.83º 0.98% 0.99% -
XYZ 27.32 26.41 95.75 -
YUV 113.88 205.94 51.06 -
System Red Green Blue C M Y K H S L
Decimal 6 142 252 0.98 0.44 0 0.01 206.83 0.98 0.51
Hex 6 8E FC 62 2C 0 1 CF 62 33
Octal 6 216 374 142 54 0 1 317 142 63
Binary 110 10001110 11111100 1100010 101100 0 1 11001111 1100010 110011

Color Harmonies of #068EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068EFC

Black with #068EFC

Text Example


Text Example

White with #068EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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