Html Css Color HEX #219CE6 Dodger Blue

📋 copy color: '#219CE6'

red 33 ◦ green 156 ◦ blue 230

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

Shades of Dodger Blue #219CE6

Tints of Dodger Blue #219CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 54.89%

R = 7.88%
G = 37.23%
B = 54.89%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#219CE6 (or 0x219CE6) is known color: Dodger Blue. HEX triplet: 21, 9C and E6. RGB value is (33,156,230). Sum of RGB (Red+Green+Blue) = 33+156+230=419 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.88% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 230 (90.23% from 255 or 54.89% from 419); Max value from RGB is 230 - color contains mainly: blue. Hex color #219CE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219CE6 is #DE6319. Grayscale: #7F7F7F. Windows color (decimal): -14574362 or 15113249. OLE color: 15113249.

HSL color Cylindrical-coordinate representation of color #219CE6: hue angle of 202.54º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #219CE6 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 33 156 230 -
CMYK 0.86 0.32 0 0.10
HSL 202.54º 0.8% 0.52% -
HSV(B) 202.54º 0.86% 0.9% -
XYZ 26.8 29.81 79.21 -
YUV 127.66 185.75 60.48 -
System Red Green Blue C M Y K H S L
Decimal 33 156 230 0.86 0.32 0 0.10 202.54 0.8 0.52
Hex 21 9C E6 56 20 0 A CB 50 34
Octal 41 234 346 126 40 0 12 313 120 64
Binary 100001 10011100 11100110 1010110 100000 0 1010 11001011 1010000 110100

Color Harmonies of #219CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219CE6

Black with #219CE6

Text Example


Text Example

White with #219CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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