Html Css Color HEX #068BE8 Dodger Blue

📋 copy color: '#068BE8'

red 6 ◦ green 139 ◦ blue 232

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

Shades of Dodger Blue #068BE8

Tints of Dodger Blue #068BE8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.87%

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

R = 1.59%
G = 36.87%
B = 61.54%

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

#068BE8 (or 0x068BE8) is known color: Dodger Blue. HEX triplet: 06, 8B and E8. RGB value is (6,139,232). Sum of RGB (Red+Green+Blue) = 6+139+232=377 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 232 (91.02% from 255 or 61.54% from 377); Max value from RGB is 232 - color contains mainly: blue. Hex color #068BE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068BE8 is #F97417. Grayscale: #6D6D6D. Windows color (decimal): -16348184 or 15239942. OLE color: 15239942.

HSL color Cylindrical-coordinate representation of color #068BE8: hue angle of 204.69º 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 #068BE8 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 6 139 232 -
CMYK 0.97 0.40 0 0.09
HSL 204.69º 0.95% 0.47% -
HSV(B) 204.69º 0.97% 0.91% -
XYZ 23.87 24.33 79.78 -
YUV 109.84 196.94 53.94 -
System Red Green Blue C M Y K H S L
Decimal 6 139 232 0.97 0.40 0 0.09 204.69 0.95 0.47
Hex 6 8B E8 61 28 0 9 CD 5F 2F
Octal 6 213 350 141 50 0 11 315 137 57
Binary 110 10001011 11101000 1100001 101000 0 1001 11001101 1011111 101111

Color Harmonies of #068BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068BE8

Black with #068BE8

Text Example


Text Example

White with #068BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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