Html Css Color HEX #216BFC Dodger Blue

📋 copy color: '#216BFC'

red 33 ◦ green 107 ◦ blue 252

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

Shades of Dodger Blue #216BFC

Tints of Dodger Blue #216BFC

RGB

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

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

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

R = 8.42%
G = 27.3%
B = 64.29%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#216BFC (or 0x216BFC) is known color: Dodger Blue. HEX triplet: 21, 6B and FC. RGB value is (33,107,252). Sum of RGB (Red+Green+Blue) = 33+107+252=392 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.42% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #216BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216BFC is #DE9403. Grayscale: #646464. Windows color (decimal): -14586884 or 16542497. OLE color: 16542497.

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

Color convert

RGB 33 107 252 -
CMYK 0.87 0.58 0 0.01
HSL 219.73º 0.97% 0.56% -
HSV(B) 219.73º 0.87% 0.99% -
XYZ 23.46 17.87 94.31 -
YUV 101.4 212.98 79.21 -
System Red Green Blue C M Y K H S L
Decimal 33 107 252 0.87 0.58 0 0.01 219.73 0.97 0.56
Hex 21 6B FC 57 3A 0 1 DC 61 38
Octal 41 153 374 127 72 0 1 334 141 70
Binary 100001 1101011 11111100 1010111 111010 0 1 11011100 1100001 111000

Color Harmonies of #216BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216BFC

Black with #216BFC

Text Example


Text Example

White with #216BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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