Html Css Color HEX #219FFE Dodger Blue

📋 copy color: '#219FFE'

red 33 ◦ green 159 ◦ blue 254

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

Shades of Dodger Blue #219FFE

Tints of Dodger Blue #219FFE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.65%

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

R = 7.4%
G = 35.65%
B = 56.95%

CMYK

 C value IS 0.87

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#219FFE (or 0x219FFE) is known color: Dodger Blue. HEX triplet: 21, 9F and FE. RGB value is (33,159,254). Sum of RGB (Red+Green+Blue) = 33+159+254=446 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.40% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #219FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219FFE is #DE6001. Grayscale: #838383. Windows color (decimal): -14573570 or 16686881. OLE color: 16686881.

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

Color convert

RGB 33 159 254 -
CMYK 0.87 0.37 0 0.00
HSL 205.79º 0.99% 0.56% -
HSV(B) 205.79º 0.87% 1% -
XYZ 30.91 32.28 98.37 -
YUV 132.16 196.76 57.28 -
System Red Green Blue C M Y K H S L
Decimal 33 159 254 0.87 0.37 0 0.00 205.79 0.99 0.56
Hex 21 9F FE 57 25 0 0 CE 63 38
Octal 41 237 376 127 45 0 0 316 143 70
Binary 100001 10011111 11111110 1010111 100101 0 0 11001110 1100011 111000

Color Harmonies of #219FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219FFE

Black with #219FFE

Text Example


Text Example

White with #219FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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