Html Css Color HEX #216CFE Dodger Blue

📋 copy color: '#216CFE'

red 33 ◦ green 108 ◦ blue 254

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

Shades of Dodger Blue #216CFE

Tints of Dodger Blue #216CFE

RGB

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

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

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

R = 8.35%
G = 27.34%
B = 64.3%

CMYK

 C value IS 0.87

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#216CFE (or 0x216CFE) is known color: Dodger Blue. HEX triplet: 21, 6C and FE. RGB value is (33,108,254). Sum of RGB (Red+Green+Blue) = 33+108+254=395 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.35% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #216CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216CFE is #DE9301. Grayscale: #656565. Windows color (decimal): -14586626 or 16673825. OLE color: 16673825.

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

Color convert

RGB 33 108 254 -
CMYK 0.87 0.57 0 0.00
HSL 219.64º 0.99% 0.56% -
HSV(B) 219.64º 0.87% 1% -
XYZ 23.88 18.2 96.02 -
YUV 102.22 213.65 78.63 -
System Red Green Blue C M Y K H S L
Decimal 33 108 254 0.87 0.57 0 0.00 219.64 0.99 0.56
Hex 21 6C FE 57 39 0 0 DC 63 38
Octal 41 154 376 127 71 0 0 334 143 70
Binary 100001 1101100 11111110 1010111 111001 0 0 11011100 1100011 111000

Color Harmonies of #216CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216CFE

Black with #216CFE

Text Example


Text Example

White with #216CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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