Html Css Color HEX #069CFC Dodger Blue

📋 copy color: '#069CFC'

red 6 ◦ green 156 ◦ blue 252

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

Shades of Dodger Blue #069CFC

Tints of Dodger Blue #069CFC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.68%

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

R = 1.45%
G = 37.68%
B = 60.87%

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

#069CFC (or 0x069CFC) is known color: Dodger Blue. HEX triplet: 06, 9C and FC. RGB value is (6,156,252). Sum of RGB (Red+Green+Blue) = 6+156+252=414 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #069CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069CFC is #F96303. Grayscale: #797979. Windows color (decimal): -16343812 or 16555014. OLE color: 16555014.

HSL color Cylindrical-coordinate representation of color #069CFC: hue angle of 203.41º 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 #069CFC is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 156 252 -
CMYK 0.98 0.38 0 0.01
HSL 203.41º 0.98% 0.51% -
HSV(B) 203.41º 0.98% 0.99% -
XYZ 29.53 30.84 96.49 -
YUV 122.09 201.31 45.19 -
System Red Green Blue C M Y K H S L
Decimal 6 156 252 0.98 0.38 0 0.01 203.41 0.98 0.51
Hex 6 9C FC 62 26 0 1 CB 62 33
Octal 6 234 374 142 46 0 1 313 142 63
Binary 110 10011100 11111100 1100010 100110 0 1 11001011 1100010 110011

Color Harmonies of #069CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069CFC

Black with #069CFC

Text Example


Text Example

White with #069CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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