#216BFD

Color #216BFD Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #216BFD

Tints of Dodger Blue #216BFD

Color information

#216BFD (or 0x216BFD) is unknown color: approx Dodger Blue. HEX triplet: 21, 6B and FD. RGB value is (33,107,253). Sum of RGB (Red+Green+Blue) = 33+107+253=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #216BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216BFD is #DE9402. Grayscale: #646464. Windows color (decimal): -14586883 or 16608033. OLE color: 16608033.

HSL color Cylindrical-coordinate representation of color #216BFD: hue angle of 219.82º degrees, saturation: 0.98, 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 #216BFD is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB33107253-
CMYK0.870.5800.01
HSL219.82º98.21%56.08%-
HSV(B)219.82º86.96%99.22%-
XYZ23.6117.9395.14-
YUV101.52213.4879.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.40%
GREEN value IS 107 (42.19% from 255) = 27.23%
BLUE value IS 253 (99.22% from 255) = 64.38%
R=8.40%
G=27.23%
B=64.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal331072530.870.5800.01219.8298.2156.08
Hex216BFD573A01dc6238
Octal41153375127720133414270
Binary100001110101111111101101011111101001110111001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216BFD; }

 p { color: rgb(33,107,253); }

 H1.HeaderClassName
 {
   color: #216BFD;
 }
 .AnyTagClassName
 {
   color: #216BFD;
 }
</style>
background-color css

<style>
 a { background-color: #216BFD; }

 a { background-color: rgb(33,107,253); }

 div.DivClassName
 {
   background-color: #216BFD;
 }
 .BgClassName
 {
   background-color: #216BFD;
 }
</style>
border-color css

<style>
 span { border-color: #216BFD; }

 span { border-color: rgb(33,107,253); }

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