Html Css Color HEX #219CFB Dodger Blue

📋 copy color: '#219CFB'

red 33 ◦ green 156 ◦ blue 251

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

Shades of Dodger Blue #219CFB

Tints of Dodger Blue #219CFB

RGB

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

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

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

R = 7.5%
G = 35.45%
B = 57.05%

CMYK

 C value IS 0.87

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#219CFB (or 0x219CFB) is known color: Dodger Blue. HEX triplet: 21, 9C and FB. RGB value is (33,156,251). Sum of RGB (Red+Green+Blue) = 33+156+251=440 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.5% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #219CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219CFB is #DE6304. Grayscale: #818181. Windows color (decimal): -14574341 or 16489505. OLE color: 16489505.

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

Color convert

RGB 33 156 251 -
CMYK 0.87 0.38 0 0.02
HSL 206.15º 0.96% 0.56% -
HSV(B) 206.15º 0.87% 0.98% -
XYZ 29.93 31.07 95.69 -
YUV 130.05 196.25 58.78 -
System Red Green Blue C M Y K H S L
Decimal 33 156 251 0.87 0.38 0 0.02 206.15 0.96 0.56
Hex 21 9C FB 57 26 0 2 CE 60 38
Octal 41 234 373 127 46 0 2 316 140 70
Binary 100001 10011100 11111011 1010111 100110 0 10 11001110 1100000 111000

Color Harmonies of #219CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219CFB

Black with #219CFB

Text Example


Text Example

White with #219CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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