Html Css Color HEX #069BEC Dodger Blue

📋 copy color: '#069BEC'

red 6 ◦ green 155 ◦ blue 236

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

Shades of Dodger Blue #069BEC

Tints of Dodger Blue #069BEC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.04%

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

R = 1.51%
G = 39.04%
B = 59.45%

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

#069BEC (or 0x069BEC) is known color: Dodger Blue. HEX triplet: 06, 9B and EC. RGB value is (6,155,236). Sum of RGB (Red+Green+Blue) = 6+155+236=397 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.51% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #069BEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069BEC is #F96413. Grayscale: #777777. Windows color (decimal): -16344084 or 15506182. OLE color: 15506182.

HSL color Cylindrical-coordinate representation of color #069BEC: hue angle of 201.13º 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 #069BEC is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 155 236 -
CMYK 0.97 0.34 0 0.07
HSL 201.13º 0.95% 0.47% -
HSV(B) 201.13º 0.97% 0.93% -
XYZ 26.94 29.54 83.64 -
YUV 119.68 193.64 46.91 -
System Red Green Blue C M Y K H S L
Decimal 6 155 236 0.97 0.34 0 0.07 201.13 0.95 0.47
Hex 6 9B EC 61 22 0 7 C9 5F 2F
Octal 6 233 354 141 42 0 7 311 137 57
Binary 110 10011011 11101100 1100001 100010 0 111 11001001 1011111 101111

Color Harmonies of #069BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069BEC

Black with #069BEC

Text Example


Text Example

White with #069BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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