Html Css Color HEX #216FFE Dodger Blue

📋 copy color: '#216FFE'

red 33 ◦ green 111 ◦ blue 254

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

Shades of Dodger Blue #216FFE

Tints of Dodger Blue #216FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.89%

 BLUE value IS 254 (99.61% from 255) = 63.82%

R = 8.29%
G = 27.89%
B = 63.82%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#216FFE (or 0x216FFE) is known color: Dodger Blue. HEX triplet: 21, 6F and FE. RGB value is (33,111,254). Sum of RGB (Red+Green+Blue) = 33+111+254=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #216FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216FFE is #DE9001. Grayscale: #676767. Windows color (decimal): -14585858 or 16674593. OLE color: 16674593.

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

Color convert

RGB 33 111 254 -
CMYK 0.87 0.56 0 0.00
HSL 218.82º 0.99% 0.56% -
HSV(B) 218.82º 0.87% 1% -
XYZ 24.2 18.85 96.13 -
YUV 103.98 212.66 77.37 -
System Red Green Blue C M Y K H S L
Decimal 33 111 254 0.87 0.56 0 0.00 218.82 0.99 0.56
Hex 21 6F FE 57 38 0 0 DB 63 38
Octal 41 157 376 127 70 0 0 333 143 70
Binary 100001 1101111 11111110 1010111 111000 0 0 11011011 1100011 111000

Color Harmonies of #216FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216FFE

Black with #216FFE

Text Example


Text Example

White with #216FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,111,254); }

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

background-color css

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

 a { background-color: rgb(33,111,254); }

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

border-color css

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

 span { border-color: rgb(33,111,254); }

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