Html Css Color HEX #069EEE Dodger Blue

📋 copy color: '#069EEE'

red 6 ◦ green 158 ◦ blue 238

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

Shades of Dodger Blue #069EEE

Tints of Dodger Blue #069EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.2%

R = 1.49%
G = 39.3%
B = 59.2%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#069EEE (or 0x069EEE) is known color: Dodger Blue. HEX triplet: 06, 9E and EE. RGB value is (6,158,238). Sum of RGB (Red+Green+Blue) = 6+158+238=402 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #069EEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069EEE is #F96111. Grayscale: #797979. Windows color (decimal): -16343314 or 15638022. OLE color: 15638022.

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

Color convert

RGB 6 158 238 -
CMYK 0.97 0.34 0 0.07
HSL 200.69º 0.95% 0.48% -
HSV(B) 200.69º 0.97% 0.93% -
XYZ 27.73 30.67 85.35 -
YUV 121.67 193.64 45.5 -
System Red Green Blue C M Y K H S L
Decimal 6 158 238 0.97 0.34 0 0.07 200.69 0.95 0.48
Hex 6 9E EE 61 22 0 7 C9 5F 30
Octal 6 236 356 141 42 0 7 311 137 60
Binary 110 10011110 11101110 1100001 100010 0 111 11001001 1011111 110000

Color Harmonies of #069EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069EEE

Black with #069EEE

Text Example


Text Example

White with #069EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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