Html Css Color HEX #219DFB Dodger Blue

📋 copy color: '#219DFB'

red 33 ◦ green 157 ◦ blue 251

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

Shades of Dodger Blue #219DFB

Tints of Dodger Blue #219DFB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.6%

 BLUE value IS 251 (98.44% from 255) = 56.92%

R = 7.48%
G = 35.6%
B = 56.92%

CMYK

 C value IS 0.87

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#219DFB (or 0x219DFB) is known color: Dodger Blue. HEX triplet: 21, 9D and FB. RGB value is (33,157,251). Sum of RGB (Red+Green+Blue) = 33+157+251=441 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.48% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #219DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219DFB is #DE6204. Grayscale: #828282. Windows color (decimal): -14574085 or 16489761. OLE color: 16489761.

HSL color Cylindrical-coordinate representation of color #219DFB: hue angle of 205.87º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #219DFB is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 33 157 251 -
CMYK 0.87 0.37 0 0.02
HSL 205.87º 0.96% 0.56% -
HSV(B) 205.87º 0.87% 0.98% -
XYZ 30.1 31.4 95.74 -
YUV 130.64 195.92 58.36 -
System Red Green Blue C M Y K H S L
Decimal 33 157 251 0.87 0.37 0 0.02 205.87 0.96 0.56
Hex 21 9D FB 57 25 0 2 CE 60 38
Octal 41 235 373 127 45 0 2 316 140 70
Binary 100001 10011101 11111011 1010111 100101 0 10 11001110 1100000 111000

Color Harmonies of #219DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219DFB

Black with #219DFB

Text Example


Text Example

White with #219DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,157,251); }

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

background-color css

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

 a { background-color: rgb(33,157,251); }

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

border-color css

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

 span { border-color: rgb(33,157,251); }

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