Html Css Color HEX #218CFB Dodger Blue

📋 copy color: '#218CFB'

red 33 ◦ green 140 ◦ blue 251

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

Shades of Dodger Blue #218CFB

Tints of Dodger Blue #218CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.02%

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

R = 7.78%
G = 33.02%
B = 59.2%

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

#218CFB (or 0x218CFB) is known color: Dodger Blue. HEX triplet: 21, 8C and FB. RGB value is (33,140,251). Sum of RGB (Red+Green+Blue) = 33+140+251=424 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.78% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #218CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218CFB is #DE7304. Grayscale: #787878. Windows color (decimal): -14578437 or 16485409. OLE color: 16485409.

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

Color convert

RGB 33 140 251 -
CMYK 0.87 0.44 0 0.02
HSL 210.55º 0.96% 0.56% -
HSV(B) 210.55º 0.87% 0.98% -
XYZ 27.42 26.04 94.85 -
YUV 120.66 201.55 65.47 -
System Red Green Blue C M Y K H S L
Decimal 33 140 251 0.87 0.44 0 0.02 210.55 0.96 0.56
Hex 21 8C FB 57 2C 0 2 D3 60 38
Octal 41 214 373 127 54 0 2 323 140 70
Binary 100001 10001100 11111011 1010111 101100 0 10 11010011 1100000 111000

Color Harmonies of #218CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218CFB

Black with #218CFB

Text Example


Text Example

White with #218CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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