Html Css Color HEX #218DF9 Dodger Blue

📋 copy color: '#218DF9'

red 33 ◦ green 141 ◦ blue 249

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

Shades of Dodger Blue #218DF9

Tints of Dodger Blue #218DF9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.33%

 BLUE value IS 249 (97.66% from 255) = 58.87%

R = 7.8%
G = 33.33%
B = 58.87%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#218DF9 (or 0x218DF9) is known color: Dodger Blue. HEX triplet: 21, 8D and F9. RGB value is (33,141,249). Sum of RGB (Red+Green+Blue) = 33+141+249=423 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.80% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 249 (97.66% from 255 or 58.87% from 423); Max value from RGB is 249 - color contains mainly: blue. Hex color #218DF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218DF9 is #DE7206. Grayscale: #787878. Windows color (decimal): -14578183 or 16354593. OLE color: 16354593.

HSL color Cylindrical-coordinate representation of color #218DF9: hue angle of 210º degrees, saturation: 0.95, 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 #218DF9 is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 33 141 249 -
CMYK 0.87 0.43 0 0.02
HSL 210º 0.95% 0.55% -
HSV(B) 210º 0.87% 0.98% -
XYZ 27.25 26.21 93.25 -
YUV 121.02 200.22 65.22 -
System Red Green Blue C M Y K H S L
Decimal 33 141 249 0.87 0.43 0 0.02 210 0.95 0.55
Hex 21 8D F9 57 2B 0 2 D2 5F 37
Octal 41 215 371 127 53 0 2 322 137 67
Binary 100001 10001101 11111001 1010111 101011 0 10 11010010 1011111 110111

Color Harmonies of #218DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218DF9

Black with #218DF9

Text Example


Text Example

White with #218DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218DF9; }

 p { color: rgb(33,141,249); }

 H1.HeaderClassName
 {
   color: #218DF9;
 }
 .AnyTagClassName
 {
   color: #218DF9;
 }
</style>

background-color css

<style>
 a { background-color: #218DF9; }

 a { background-color: rgb(33,141,249); }

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

border-color css

<style>
 span { border-color: #218DF9; }

 span { border-color: rgb(33,141,249); }

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