Html Css Color HEX #206EFC Dodger Blue

📋 copy color: '#206EFC'

red 32 ◦ green 110 ◦ blue 252

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

Shades of Dodger Blue #206EFC

Tints of Dodger Blue #206EFC

RGB

 RED value IS 32 (12.89% from 255) = 8.12%

 GREEN value IS 110 (43.36% from 255) = 27.92%

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

R = 8.12%
G = 27.92%
B = 63.96%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#206EFC (or 0x206EFC) is known color: Dodger Blue. HEX triplet: 20, 6E and FC. RGB value is (32,110,252). Sum of RGB (Red+Green+Blue) = 32+110+252=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #206EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206EFC is #DF9103. Grayscale: #666666. Windows color (decimal): -14651652 or 16543264. OLE color: 16543264.

HSL color Cylindrical-coordinate representation of color #206EFC: hue angle of 218.73º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #206EFC is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 32 110 252 -
CMYK 0.87 0.56 0 0.01
HSL 218.73º 0.97% 0.56% -
HSV(B) 218.73º 0.87% 0.99% -
XYZ 23.74 18.49 94.41 -
YUV 102.87 212.16 77.45 -
System Red Green Blue C M Y K H S L
Decimal 32 110 252 0.87 0.56 0 0.01 218.73 0.97 0.56
Hex 20 6E FC 57 38 0 1 DB 61 38
Octal 40 156 374 127 70 0 1 333 141 70
Binary 100000 1101110 11111100 1010111 111000 0 1 11011011 1100001 111000

Color Harmonies of #206EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206EFC

Black with #206EFC

Text Example


Text Example

White with #206EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206EFC; }

 p { color: rgb(32,110,252); }

 H1.HeaderClassName
 {
   color: #206EFC;
 }
 .AnyTagClassName
 {
   color: #206EFC;
 }
</style>

background-color css

<style>
 a { background-color: #206EFC; }

 a { background-color: rgb(32,110,252); }

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

border-color css

<style>
 span { border-color: #206EFC; }

 span { border-color: rgb(32,110,252); }

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