Html Css Color HEX #216CFB Dodger Blue

📋 copy color: '#216CFB'

red 33 ◦ green 108 ◦ blue 251

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

Shades of Dodger Blue #216CFB

Tints of Dodger Blue #216CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.55%

 BLUE value IS 251 (98.44% from 255) = 64.03%

R = 8.42%
G = 27.55%
B = 64.03%

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

#216CFB (or 0x216CFB) is known color: Dodger Blue. HEX triplet: 21, 6C and FB. RGB value is (33,108,251). Sum of RGB (Red+Green+Blue) = 33+108+251=392 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.42% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #216CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216CFB is #DE9304. Grayscale: #656565. Windows color (decimal): -14586629 or 16477217. OLE color: 16477217.

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

Color convert

RGB 33 108 251 -
CMYK 0.87 0.57 0 0.02
HSL 219.36º 0.96% 0.56% -
HSV(B) 219.36º 0.87% 0.98% -
XYZ 23.4 18.01 93.51 -
YUV 101.88 212.15 78.87 -
System Red Green Blue C M Y K H S L
Decimal 33 108 251 0.87 0.57 0 0.02 219.36 0.96 0.56
Hex 21 6C FB 57 39 0 2 DB 60 38
Octal 41 154 373 127 71 0 2 333 140 70
Binary 100001 1101100 11111011 1010111 111001 0 10 11011011 1100000 111000

Color Harmonies of #216CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216CFB

Black with #216CFB

Text Example


Text Example

White with #216CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,108,251); }

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

background-color css

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

 a { background-color: rgb(33,108,251); }

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

border-color css

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

 span { border-color: rgb(33,108,251); }

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