Html Css Color HEX #219FFB Dodger Blue

📋 copy color: '#219FFB'

red 33 ◦ green 159 ◦ blue 251

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

Shades of Dodger Blue #219FFB

Tints of Dodger Blue #219FFB

RGB

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

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

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

R = 7.45%
G = 35.89%
B = 56.66%

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

#219FFB (or 0x219FFB) is known color: Dodger Blue. HEX triplet: 21, 9F and FB. RGB value is (33,159,251). Sum of RGB (Red+Green+Blue) = 33+159+251=443 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.45% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #219FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219FFB is #DE6004. Grayscale: #838383. Windows color (decimal): -14573573 or 16490273. OLE color: 16490273.

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

Color convert

RGB 33 159 251 -
CMYK 0.87 0.37 0 0.02
HSL 205.32º 0.96% 0.56% -
HSV(B) 205.32º 0.87% 0.98% -
XYZ 30.44 32.08 95.86 -
YUV 131.81 195.26 57.52 -
System Red Green Blue C M Y K H S L
Decimal 33 159 251 0.87 0.37 0 0.02 205.32 0.96 0.56
Hex 21 9F FB 57 25 0 2 CD 60 38
Octal 41 237 373 127 45 0 2 315 140 70
Binary 100001 10011111 11111011 1010111 100101 0 10 11001101 1100000 111000

Color Harmonies of #219FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219FFB

Black with #219FFB

Text Example


Text Example

White with #219FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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