Html Css Color HEX #069FEF Dodger Blue

📋 copy color: '#069FEF'

red 6 ◦ green 159 ◦ blue 239

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

Shades of Dodger Blue #069FEF

Tints of Dodger Blue #069FEF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.36%

 BLUE value IS 239 (93.75% from 255) = 59.16%

R = 1.49%
G = 39.36%
B = 59.16%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#069FEF (or 0x069FEF) is known color: Dodger Blue. HEX triplet: 06, 9F and EF. RGB value is (6,159,239). Sum of RGB (Red+Green+Blue) = 6+159+239=404 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #069FEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069FEF is #F96010. Grayscale: #797979. Windows color (decimal): -16343057 or 15703814. OLE color: 15703814.

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

Color convert

RGB 6 159 239 -
CMYK 0.97 0.33 0 0.06
HSL 200.6º 0.95% 0.48% -
HSV(B) 200.6º 0.97% 0.94% -
XYZ 28.05 31.07 86.18 -
YUV 122.37 193.81 45 -
System Red Green Blue C M Y K H S L
Decimal 6 159 239 0.97 0.33 0 0.06 200.6 0.95 0.48
Hex 6 9F EF 61 21 0 6 C9 5F 30
Octal 6 237 357 141 41 0 6 311 137 60
Binary 110 10011111 11101111 1100001 100001 0 110 11001001 1011111 110000

Color Harmonies of #069FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069FEF

Black with #069FEF

Text Example


Text Example

White with #069FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,159,239); }

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

background-color css

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

 a { background-color: rgb(6,159,239); }

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

border-color css

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

 span { border-color: rgb(6,159,239); }

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