Html Css Color HEX #219BFA Dodger Blue

📋 copy color: '#219BFA'

red 33 ◦ green 155 ◦ blue 250

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

Shades of Dodger Blue #219BFA

Tints of Dodger Blue #219BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.08%

R = 7.53%
G = 35.39%
B = 57.08%

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

#219BFA (or 0x219BFA) is known color: Dodger Blue. HEX triplet: 21, 9B and FA. RGB value is (33,155,250). Sum of RGB (Red+Green+Blue) = 33+155+250=438 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.53% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #219BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219BFA is #DE6405. Grayscale: #808080. Windows color (decimal): -14574598 or 16423713. OLE color: 16423713.

HSL color Cylindrical-coordinate representation of color #219BFA: hue angle of 206.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #219BFA is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 33 155 250 -
CMYK 0.87 0.38 0 0.02
HSL 206.27º 0.96% 0.55% -
HSV(B) 206.27º 0.87% 0.98% -
XYZ 29.6 30.67 94.8 -
YUV 129.35 196.08 59.28 -
System Red Green Blue C M Y K H S L
Decimal 33 155 250 0.87 0.38 0 0.02 206.27 0.96 0.55
Hex 21 9B FA 57 26 0 2 CE 60 37
Octal 41 233 372 127 46 0 2 316 140 67
Binary 100001 10011011 11111010 1010111 100110 0 10 11001110 1100000 110111

Color Harmonies of #219BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219BFA

Black with #219BFA

Text Example


Text Example

White with #219BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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