Html Css Color HEX #218BFB Dodger Blue

📋 copy color: '#218BFB'

red 33 ◦ green 139 ◦ blue 251

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

Shades of Dodger Blue #218BFB

Tints of Dodger Blue #218BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.34%

R = 7.8%
G = 32.86%
B = 59.34%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#218BFB (or 0x218BFB) is known color: Dodger Blue. HEX triplet: 21, 8B and FB. RGB value is (33,139,251). Sum of RGB (Red+Green+Blue) = 33+139+251=423 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.80% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #218BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218BFB is #DE7404. Grayscale: #777777. Windows color (decimal): -14578693 or 16485153. OLE color: 16485153.

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

Color convert

RGB 33 139 251 -
CMYK 0.87 0.45 0 0.02
HSL 210.83º 0.96% 0.56% -
HSV(B) 210.83º 0.87% 0.98% -
XYZ 27.27 25.75 94.8 -
YUV 120.07 201.88 65.89 -
System Red Green Blue C M Y K H S L
Decimal 33 139 251 0.87 0.45 0 0.02 210.83 0.96 0.56
Hex 21 8B FB 57 2D 0 2 D3 60 38
Octal 41 213 373 127 55 0 2 323 140 70
Binary 100001 10001011 11111011 1010111 101101 0 10 11010011 1100000 111000

Color Harmonies of #218BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218BFB

Black with #218BFB

Text Example


Text Example

White with #218BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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