Html Css Color HEX #206BFA Dodger Blue

📋 copy color: '#206BFA'

red 32 ◦ green 107 ◦ blue 250

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

Shades of Dodger Blue #206BFA

Tints of Dodger Blue #206BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.51%

 BLUE value IS 250 (98.05% from 255) = 64.27%

R = 8.23%
G = 27.51%
B = 64.27%

CMYK

 C value IS 0.87

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#206BFA (or 0x206BFA) is known color: Dodger Blue. HEX triplet: 20, 6B and FA. RGB value is (32,107,250). Sum of RGB (Red+Green+Blue) = 32+107+250=389 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.23% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #206BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206BFA is #DF9405. Grayscale: #646464. Windows color (decimal): -14652422 or 16411424. OLE color: 16411424.

HSL color Cylindrical-coordinate representation of color #206BFA: hue angle of 219.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #206BFA is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 107 250 -
CMYK 0.87 0.57 0 0.02
HSL 219.36º 0.96% 0.55% -
HSV(B) 219.36º 0.87% 0.98% -
XYZ 23.11 17.72 92.65 -
YUV 100.88 212.15 78.87 -
System Red Green Blue C M Y K H S L
Decimal 32 107 250 0.87 0.57 0 0.02 219.36 0.96 0.55
Hex 20 6B FA 57 39 0 2 DB 60 37
Octal 40 153 372 127 71 0 2 333 140 67
Binary 100000 1101011 11111010 1010111 111001 0 10 11011011 1100000 110111

Color Harmonies of #206BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206BFA

Black with #206BFA

Text Example


Text Example

White with #206BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,107,250); }

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

background-color css

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

 a { background-color: rgb(32,107,250); }

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

border-color css

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

 span { border-color: rgb(32,107,250); }

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