Html Css Color HEX #216DFF Dodger Blue

📋 copy color: '#216DFF'

red 33 ◦ green 109 ◦ blue 255

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

Shades of Dodger Blue #216DFF

Tints of Dodger Blue #216DFF

RGB

 RED value IS 33 (13.28% from 255) = 8.31%

 GREEN value IS 109 (42.97% from 255) = 27.46%

 BLUE value IS 255 (100% from 255) = 64.23%

R = 8.31%
G = 27.46%
B = 64.23%

CMYK

 C value IS 0.87

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#216DFF (or 0x216DFF) is known color: Dodger Blue. HEX triplet: 21, 6D and FF. RGB value is (33,109,255). Sum of RGB (Red+Green+Blue) = 33+109+255=397 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.31% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #216DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216DFF is #DE9200. Grayscale: #666666. Windows color (decimal): -14586369 or 16739617. OLE color: 16739617.

HSL color Cylindrical-coordinate representation of color #216DFF: hue angle of 219.46º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #216DFF is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 33 109 255 -
CMYK 0.87 0.57 0 0
HSL 219.46º 1% 0.56% -
HSV(B) 219.46º 0.87% 1% -
XYZ 24.15 18.48 96.9 -
YUV 102.92 213.82 78.13 -
System Red Green Blue C M Y K H S L
Decimal 33 109 255 0.87 0.57 0 0 219.46 1 0.56
Hex 21 6D FF 57 39 0 0 DB 64 38
Octal 41 155 377 127 71 0 0 333 144 70
Binary 100001 1101101 11111111 1010111 111001 0 0 11011011 1100100 111000

Color Harmonies of #216DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216DFF

Black with #216DFF

Text Example


Text Example

White with #216DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,109,255); }

 H1.HeaderClassName
 {
   color: #216DFF;
 }
 .AnyTagClassName
 {
   color: #216DFF;
 }
</style>

background-color css

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

 a { background-color: rgb(33,109,255); }

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

border-color css

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

 span { border-color: rgb(33,109,255); }

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