Html Css Color HEX #069EFE Dodger Blue

📋 copy color: '#069EFE'

red 6 ◦ green 158 ◦ blue 254

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

Shades of Dodger Blue #069EFE

Tints of Dodger Blue #069EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.77%

R = 1.44%
G = 37.8%
B = 60.77%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#069EFE (or 0x069EFE) is known color: Dodger Blue. HEX triplet: 06, 9E and FE. RGB value is (6,158,254). Sum of RGB (Red+Green+Blue) = 6+158+254=418 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #069EFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069EFE is #F96101. Grayscale: #7A7A7A. Windows color (decimal): -16343298 or 16686598. OLE color: 16686598.

HSL color Cylindrical-coordinate representation of color #069EFE: hue angle of 203.23º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #069EFE is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 158 254 -
CMYK 0.98 0.38 0 0.00
HSL 203.23º 0.99% 0.51% -
HSV(B) 203.23º 0.98% 1% -
XYZ 30.19 31.65 98.28 -
YUV 123.5 201.64 44.19 -
System Red Green Blue C M Y K H S L
Decimal 6 158 254 0.98 0.38 0 0.00 203.23 0.99 0.51
Hex 6 9E FE 62 26 0 0 CB 63 33
Octal 6 236 376 142 46 0 0 313 143 63
Binary 110 10011110 11111110 1100010 100110 0 0 11001011 1100011 110011

Color Harmonies of #069EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069EFE

Black with #069EFE

Text Example


Text Example

White with #069EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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