Html Css Color HEX #216EFC Dodger Blue

📋 copy color: '#216EFC'

red 33 ◦ green 110 ◦ blue 252

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

Shades of Dodger Blue #216EFC

Tints of Dodger Blue #216EFC

RGB

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

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

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

R = 8.35%
G = 27.85%
B = 63.8%

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

#216EFC (or 0x216EFC) is known color: Dodger Blue. HEX triplet: 21, 6E and FC. RGB value is (33,110,252). Sum of RGB (Red+Green+Blue) = 33+110+252=395 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.35% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #216EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216EFC is #DE9103. Grayscale: #666666. Windows color (decimal): -14586116 or 16543265. OLE color: 16543265.

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

Color convert

RGB 33 110 252 -
CMYK 0.87 0.56 0 0.01
HSL 218.9º 0.97% 0.56% -
HSV(B) 218.9º 0.87% 0.99% -
XYZ 23.77 18.5 94.41 -
YUV 103.17 211.99 77.95 -
System Red Green Blue C M Y K H S L
Decimal 33 110 252 0.87 0.56 0 0.01 218.9 0.97 0.56
Hex 21 6E FC 57 38 0 1 DB 61 38
Octal 41 156 374 127 70 0 1 333 141 70
Binary 100001 1101110 11111100 1010111 111000 0 1 11011011 1100001 111000

Color Harmonies of #216EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216EFC

Black with #216EFC

Text Example


Text Example

White with #216EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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