Html Css Color HEX #069EEC Dodger Blue

📋 copy color: '#069EEC'

red 6 ◦ green 158 ◦ blue 236

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

Shades of Dodger Blue #069EEC

Tints of Dodger Blue #069EEC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.5%

 BLUE value IS 236 (92.58% from 255) = 59%

R = 1.5%
G = 39.5%
B = 59%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#069EEC (or 0x069EEC) is known color: Dodger Blue. HEX triplet: 06, 9E and EC. RGB value is (6,158,236). Sum of RGB (Red+Green+Blue) = 6+158+236=400 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #069EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069EEC is #F96113. Grayscale: #787878. Windows color (decimal): -16343316 or 15506950. OLE color: 15506950.

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

Color convert

RGB 6 158 236 -
CMYK 0.97 0.33 0 0.07
HSL 200.35º 0.95% 0.47% -
HSV(B) 200.35º 0.97% 0.93% -
XYZ 27.44 30.55 83.81 -
YUV 121.44 192.64 45.66 -
System Red Green Blue C M Y K H S L
Decimal 6 158 236 0.97 0.33 0 0.07 200.35 0.95 0.47
Hex 6 9E EC 61 21 0 7 C8 5F 2F
Octal 6 236 354 141 41 0 7 310 137 57
Binary 110 10011110 11101100 1100001 100001 0 111 11001000 1011111 101111

Color Harmonies of #069EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069EEC

Black with #069EEC

Text Example


Text Example

White with #069EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069EEC; }

 p { color: rgb(6,158,236); }

 H1.HeaderClassName
 {
   color: #069EEC;
 }
 .AnyTagClassName
 {
   color: #069EEC;
 }
</style>

background-color css

<style>
 a { background-color: #069EEC; }

 a { background-color: rgb(6,158,236); }

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

border-color css

<style>
 span { border-color: #069EEC; }

 span { border-color: rgb(6,158,236); }

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