Html Css Color HEX #069DFC Dodger Blue

📋 copy color: '#069DFC'

red 6 ◦ green 157 ◦ blue 252

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

Shades of Dodger Blue #069DFC

Tints of Dodger Blue #069DFC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.83%

 BLUE value IS 252 (98.83% from 255) = 60.72%

R = 1.45%
G = 37.83%
B = 60.72%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#069DFC (or 0x069DFC) is known color: Dodger Blue. HEX triplet: 06, 9D and FC. RGB value is (6,157,252). Sum of RGB (Red+Green+Blue) = 6+157+252=415 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #069DFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069DFC is #F96203. Grayscale: #7A7A7A. Windows color (decimal): -16343556 or 16555270. OLE color: 16555270.

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

Color convert

RGB 6 157 252 -
CMYK 0.98 0.38 0 0.01
HSL 203.17º 0.98% 0.51% -
HSV(B) 203.17º 0.98% 0.99% -
XYZ 29.7 31.18 96.55 -
YUV 122.68 200.97 44.78 -
System Red Green Blue C M Y K H S L
Decimal 6 157 252 0.98 0.38 0 0.01 203.17 0.98 0.51
Hex 6 9D FC 62 26 0 1 CB 62 33
Octal 6 235 374 142 46 0 1 313 142 63
Binary 110 10011101 11111100 1100010 100110 0 1 11001011 1100010 110011

Color Harmonies of #069DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069DFC

Black with #069DFC

Text Example


Text Example

White with #069DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,157,252); }

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

background-color css

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

 a { background-color: rgb(6,157,252); }

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

border-color css

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

 span { border-color: rgb(6,157,252); }

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