Html Css Color HEX #219CFE Dodger Blue

📋 copy color: '#219CFE'

red 33 ◦ green 156 ◦ blue 254

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

Shades of Dodger Blue #219CFE

Tints of Dodger Blue #219CFE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.21%

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

R = 7.45%
G = 35.21%
B = 57.34%

CMYK

 C value IS 0.87

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#219CFE (or 0x219CFE) is known color: Dodger Blue. HEX triplet: 21, 9C and FE. RGB value is (33,156,254). Sum of RGB (Red+Green+Blue) = 33+156+254=443 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.45% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #219CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219CFE is #DE6301. Grayscale: #818181. Windows color (decimal): -14574338 or 16686113. OLE color: 16686113.

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

Color convert

RGB 33 156 254 -
CMYK 0.87 0.39 0 0.00
HSL 206.61º 0.99% 0.56% -
HSV(B) 206.61º 0.87% 1% -
XYZ 30.41 31.26 98.2 -
YUV 130.4 197.75 58.53 -
System Red Green Blue C M Y K H S L
Decimal 33 156 254 0.87 0.39 0 0.00 206.61 0.99 0.56
Hex 21 9C FE 57 27 0 0 CF 63 38
Octal 41 234 376 127 47 0 0 317 143 70
Binary 100001 10011100 11111110 1010111 100111 0 0 11001111 1100011 111000

Color Harmonies of #219CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219CFE

Black with #219CFE

Text Example


Text Example

White with #219CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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