Html Css Color HEX #219BFB Dodger Blue

📋 copy color: '#219BFB'

red 33 ◦ green 155 ◦ blue 251

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

Shades of Dodger Blue #219BFB

Tints of Dodger Blue #219BFB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.31%

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

R = 7.52%
G = 35.31%
B = 57.18%

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

#219BFB (or 0x219BFB) is known color: Dodger Blue. HEX triplet: 21, 9B and FB. RGB value is (33,155,251). Sum of RGB (Red+Green+Blue) = 33+155+251=439 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.52% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #219BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219BFB is #DE6404. Grayscale: #808080. Windows color (decimal): -14574597 or 16489249. OLE color: 16489249.

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

Color convert

RGB 33 155 251 -
CMYK 0.87 0.38 0 0.02
HSL 206.42º 0.96% 0.56% -
HSV(B) 206.42º 0.87% 0.98% -
XYZ 29.76 30.73 95.63 -
YUV 129.47 196.58 59.19 -
System Red Green Blue C M Y K H S L
Decimal 33 155 251 0.87 0.38 0 0.02 206.42 0.96 0.56
Hex 21 9B FB 57 26 0 2 CE 60 38
Octal 41 233 373 127 46 0 2 316 140 70
Binary 100001 10011011 11111011 1010111 100110 0 10 11001110 1100000 111000

Color Harmonies of #219BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219BFB

Black with #219BFB

Text Example


Text Example

White with #219BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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