Html Css Color HEX #218BF1 Dodger Blue

📋 copy color: '#218BF1'

red 33 ◦ green 139 ◦ blue 241

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

Shades of Dodger Blue #218BF1

Tints of Dodger Blue #218BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 58.35%

R = 7.99%
G = 33.66%
B = 58.35%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#218BF1 (or 0x218BF1) is known color: Dodger Blue. HEX triplet: 21, 8B and F1. RGB value is (33,139,241). Sum of RGB (Red+Green+Blue) = 33+139+241=413 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.99% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 241 (94.53% from 255 or 58.35% from 413); Max value from RGB is 241 - color contains mainly: blue. Hex color #218BF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218BF1 is #DE740E. Grayscale: #767676. Windows color (decimal): -14578703 or 15829793. OLE color: 15829793.

HSL color Cylindrical-coordinate representation of color #218BF1: hue angle of 209.42º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #218BF1 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 139 241 -
CMYK 0.86 0.42 0 0.05
HSL 209.42º 0.88% 0.54% -
HSV(B) 209.42º 0.86% 0.95% -
XYZ 25.74 25.14 86.72 -
YUV 118.93 196.88 66.71 -
System Red Green Blue C M Y K H S L
Decimal 33 139 241 0.86 0.42 0 0.05 209.42 0.88 0.54
Hex 21 8B F1 56 2A 0 5 D1 58 36
Octal 41 213 361 126 52 0 5 321 130 66
Binary 100001 10001011 11110001 1010110 101010 0 101 11010001 1011000 110110

Color Harmonies of #218BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218BF1

Black with #218BF1

Text Example


Text Example

White with #218BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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