Html Css Color HEX #218BFA Dodger Blue

📋 copy color: '#218BFA'

red 33 ◦ green 139 ◦ blue 250

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

Shades of Dodger Blue #218BFA

Tints of Dodger Blue #218BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.94%

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

R = 7.82%
G = 32.94%
B = 59.24%

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

#218BFA (or 0x218BFA) is known color: Dodger Blue. HEX triplet: 21, 8B and FA. RGB value is (33,139,250). Sum of RGB (Red+Green+Blue) = 33+139+250=422 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.82% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #218BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218BFA is #DE7405. Grayscale: #777777. Windows color (decimal): -14578694 or 16419617. OLE color: 16419617.

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

Color convert

RGB 33 139 250 -
CMYK 0.87 0.44 0 0.02
HSL 210.69º 0.96% 0.55% -
HSV(B) 210.69º 0.87% 0.98% -
XYZ 27.12 25.69 93.97 -
YUV 119.96 201.38 65.97 -
System Red Green Blue C M Y K H S L
Decimal 33 139 250 0.87 0.44 0 0.02 210.69 0.96 0.55
Hex 21 8B FA 57 2C 0 2 D3 60 37
Octal 41 213 372 127 54 0 2 323 140 67
Binary 100001 10001011 11111010 1010111 101100 0 10 11010011 1100000 110111

Color Harmonies of #218BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218BFA

Black with #218BFA

Text Example


Text Example

White with #218BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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