Html Css Color HEX #219BED Dodger Blue

📋 copy color: '#219BED'

red 33 ◦ green 155 ◦ blue 237

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

Shades of Dodger Blue #219BED

Tints of Dodger Blue #219BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.76%

R = 7.76%
G = 36.47%
B = 55.76%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#219BED (or 0x219BED) is known color: Dodger Blue. HEX triplet: 21, 9B and ED. RGB value is (33,155,237). Sum of RGB (Red+Green+Blue) = 33+155+237=425 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.76% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #219BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219BED is #DE6412. Grayscale: #7F7F7F. Windows color (decimal): -14574611 or 15571745. OLE color: 15571745.

HSL color Cylindrical-coordinate representation of color #219BED: hue angle of 204.12º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #219BED is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 155 237 -
CMYK 0.86 0.35 0 0.07
HSL 204.12º 0.85% 0.53% -
HSV(B) 204.12º 0.86% 0.93% -
XYZ 27.63 29.88 84.43 -
YUV 127.87 189.58 60.33 -
System Red Green Blue C M Y K H S L
Decimal 33 155 237 0.86 0.35 0 0.07 204.12 0.85 0.53
Hex 21 9B ED 56 23 0 7 CC 55 35
Octal 41 233 355 126 43 0 7 314 125 65
Binary 100001 10011011 11101101 1010110 100011 0 111 11001100 1010101 110101

Color Harmonies of #219BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219BED

Black with #219BED

Text Example


Text Example

White with #219BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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