Html Css Color HEX #218FFA Dodger Blue

📋 copy color: '#218FFA'

red 33 ◦ green 143 ◦ blue 250

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

Shades of Dodger Blue #218FFA

Tints of Dodger Blue #218FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.57%

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

R = 7.75%
G = 33.57%
B = 58.69%

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

#218FFA (or 0x218FFA) is known color: Dodger Blue. HEX triplet: 21, 8F and FA. RGB value is (33,143,250). Sum of RGB (Red+Green+Blue) = 33+143+250=426 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.75% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #218FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218FFA is #DE7005. Grayscale: #797979. Windows color (decimal): -14577670 or 16420641. OLE color: 16420641.

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

Color convert

RGB 33 143 250 -
CMYK 0.87 0.43 0 0.02
HSL 209.59º 0.96% 0.55% -
HSV(B) 209.59º 0.87% 0.98% -
XYZ 27.7 26.87 94.17 -
YUV 122.31 200.06 64.3 -
System Red Green Blue C M Y K H S L
Decimal 33 143 250 0.87 0.43 0 0.02 209.59 0.96 0.55
Hex 21 8F FA 57 2B 0 2 D2 60 37
Octal 41 217 372 127 53 0 2 322 140 67
Binary 100001 10001111 11111010 1010111 101011 0 10 11010010 1100000 110111

Color Harmonies of #218FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218FFA

Black with #218FFA

Text Example


Text Example

White with #218FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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