Html Css Color HEX #218AFB Dodger Blue

📋 copy color: '#218AFB'

red 33 ◦ green 138 ◦ blue 251

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

Shades of Dodger Blue #218AFB

Tints of Dodger Blue #218AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.7%

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

R = 7.82%
G = 32.7%
B = 59.48%

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

#218AFB (or 0x218AFB) is known color: Dodger Blue. HEX triplet: 21, 8A and FB. RGB value is (33,138,251). Sum of RGB (Red+Green+Blue) = 33+138+251=422 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.82% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 251 (98.44% from 255 or 59.48% from 422); Max value from RGB is 251 - color contains mainly: blue. Hex color #218AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218AFB is #DE7504. Grayscale: #767676. Windows color (decimal): -14578949 or 16484897. OLE color: 16484897.

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

Color convert

RGB 33 138 251 -
CMYK 0.87 0.45 0 0.02
HSL 211.1º 0.96% 0.56% -
HSV(B) 211.1º 0.87% 0.98% -
XYZ 27.13 25.47 94.75 -
YUV 119.49 202.21 66.31 -
System Red Green Blue C M Y K H S L
Decimal 33 138 251 0.87 0.45 0 0.02 211.1 0.96 0.56
Hex 21 8A FB 57 2D 0 2 D3 60 38
Octal 41 212 373 127 55 0 2 323 140 70
Binary 100001 10001010 11111011 1010111 101101 0 10 11010011 1100000 111000

Color Harmonies of #218AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218AFB

Black with #218AFB

Text Example


Text Example

White with #218AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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