Html Css Color HEX #218DFA Dodger Blue

📋 copy color: '#218DFA'

red 33 ◦ green 141 ◦ blue 250

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

Shades of Dodger Blue #218DFA

Tints of Dodger Blue #218DFA

RGB

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

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

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

R = 7.78%
G = 33.25%
B = 58.96%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#218DFA (or 0x218DFA) is known color: Dodger Blue. HEX triplet: 21, 8D and FA. RGB value is (33,141,250). Sum of RGB (Red+Green+Blue) = 33+141+250=424 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.78% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #218DFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218DFA is #DE7205. Grayscale: #787878. Windows color (decimal): -14578182 or 16420129. OLE color: 16420129.

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

Color convert

RGB 33 141 250 -
CMYK 0.87 0.44 0 0.02
HSL 210.14º 0.96% 0.55% -
HSV(B) 210.14º 0.87% 0.98% -
XYZ 27.41 26.28 94.07 -
YUV 121.13 200.72 65.14 -
System Red Green Blue C M Y K H S L
Decimal 33 141 250 0.87 0.44 0 0.02 210.14 0.96 0.55
Hex 21 8D FA 57 2C 0 2 D2 60 37
Octal 41 215 372 127 54 0 2 322 140 67
Binary 100001 10001101 11111010 1010111 101100 0 10 11010010 1100000 110111

Color Harmonies of #218DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218DFA

Black with #218DFA

Text Example


Text Example

White with #218DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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