Html Css Color HEX #219EFE Dodger Blue

📋 copy color: '#219EFE'

red 33 ◦ green 158 ◦ blue 254

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

Shades of Dodger Blue #219EFE

Tints of Dodger Blue #219EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.51%

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

R = 7.42%
G = 35.51%
B = 57.08%

CMYK

 C value IS 0.87

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#219EFE (or 0x219EFE) is known color: Dodger Blue. HEX triplet: 21, 9E and FE. RGB value is (33,158,254). Sum of RGB (Red+Green+Blue) = 33+158+254=445 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.42% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #219EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219EFE is #DE6101. Grayscale: #838383. Windows color (decimal): -14573826 or 16686625. OLE color: 16686625.

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

Color convert

RGB 33 158 254 -
CMYK 0.87 0.38 0 0.00
HSL 206.06º 0.99% 0.56% -
HSV(B) 206.06º 0.87% 1% -
XYZ 30.74 31.93 98.31 -
YUV 131.57 197.09 57.69 -
System Red Green Blue C M Y K H S L
Decimal 33 158 254 0.87 0.38 0 0.00 206.06 0.99 0.56
Hex 21 9E FE 57 26 0 0 CE 63 38
Octal 41 236 376 127 46 0 0 316 143 70
Binary 100001 10011110 11111110 1010111 100110 0 0 11001110 1100011 111000

Color Harmonies of #219EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219EFE

Black with #219EFE

Text Example


Text Example

White with #219EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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