Html Css Color HEX #068EFB Dodger Blue

📋 copy color: '#068EFB'

red 6 ◦ green 142 ◦ blue 251

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

Shades of Dodger Blue #068EFB

Tints of Dodger Blue #068EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 62.91%

R = 1.5%
G = 35.59%
B = 62.91%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#068EFB (or 0x068EFB) is known color: Dodger Blue. HEX triplet: 06, 8E and FB. RGB value is (6,142,251). Sum of RGB (Red+Green+Blue) = 6+142+251=399 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #068EFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068EFB is #F97104. Grayscale: #717171. Windows color (decimal): -16347397 or 16485894. OLE color: 16485894.

HSL color Cylindrical-coordinate representation of color #068EFB: hue angle of 206.69º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #068EFB is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 142 251 -
CMYK 0.98 0.43 0 0.02
HSL 206.69º 0.97% 0.5% -
HSV(B) 206.69º 0.98% 0.98% -
XYZ 27.16 26.35 94.92 -
YUV 113.76 205.44 51.14 -
System Red Green Blue C M Y K H S L
Decimal 6 142 251 0.98 0.43 0 0.02 206.69 0.97 0.5
Hex 6 8E FB 62 2B 0 2 CF 61 32
Octal 6 216 373 142 53 0 2 317 141 62
Binary 110 10001110 11111011 1100010 101011 0 10 11001111 1100001 110010

Color Harmonies of #068EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068EFB

Black with #068EFB

Text Example


Text Example

White with #068EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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