Html Css Color HEX #219BF2 Dodger Blue

📋 copy color: '#219BF2'

red 33 ◦ green 155 ◦ blue 242

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

Shades of Dodger Blue #219BF2

Tints of Dodger Blue #219BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 56.28%

R = 7.67%
G = 36.05%
B = 56.28%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#219BF2 (or 0x219BF2) is known color: Dodger Blue. HEX triplet: 21, 9B and F2. RGB value is (33,155,242). Sum of RGB (Red+Green+Blue) = 33+155+242=430 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.67% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 242 (94.92% from 255 or 56.28% from 430); Max value from RGB is 242 - color contains mainly: blue. Hex color #219BF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219BF2 is #DE640D. Grayscale: #7F7F7F. Windows color (decimal): -14574606 or 15899425. OLE color: 15899425.

HSL color Cylindrical-coordinate representation of color #219BF2: hue angle of 204.98º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #219BF2 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 155 242 -
CMYK 0.86 0.36 0 0.05
HSL 204.98º 0.89% 0.54% -
HSV(B) 204.98º 0.86% 0.95% -
XYZ 28.38 30.18 88.33 -
YUV 128.44 192.08 59.93 -
System Red Green Blue C M Y K H S L
Decimal 33 155 242 0.86 0.36 0 0.05 204.98 0.89 0.54
Hex 21 9B F2 56 24 0 5 CD 59 36
Octal 41 233 362 126 44 0 5 315 131 66
Binary 100001 10011011 11110010 1010110 100100 0 101 11001101 1011001 110110

Color Harmonies of #219BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219BF2

Black with #219BF2

Text Example


Text Example

White with #219BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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