Html Css Color HEX #218FF1 Dodger Blue

📋 copy color: '#218FF1'

red 33 ◦ green 143 ◦ blue 241

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

Shades of Dodger Blue #218FF1

Tints of Dodger Blue #218FF1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.29%

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

R = 7.91%
G = 34.29%
B = 57.79%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#218FF1 (or 0x218FF1) is known color: Dodger Blue. HEX triplet: 21, 8F and F1. RGB value is (33,143,241). Sum of RGB (Red+Green+Blue) = 33+143+241=417 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.91% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #218FF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218FF1 is #DE700E. Grayscale: #787878. Windows color (decimal): -14577679 or 15830817. OLE color: 15830817.

HSL color Cylindrical-coordinate representation of color #218FF1: hue angle of 208.27º 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 #218FF1 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 143 241 -
CMYK 0.86 0.41 0 0.05
HSL 208.27º 0.88% 0.54% -
HSV(B) 208.27º 0.86% 0.95% -
XYZ 26.33 26.32 86.91 -
YUV 121.28 195.56 65.03 -
System Red Green Blue C M Y K H S L
Decimal 33 143 241 0.86 0.41 0 0.05 208.27 0.88 0.54
Hex 21 8F F1 56 29 0 5 D0 58 36
Octal 41 217 361 126 51 0 5 320 130 66
Binary 100001 10001111 11110001 1010110 101001 0 101 11010000 1011000 110110

Color Harmonies of #218FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218FF1

Black with #218FF1

Text Example


Text Example

White with #218FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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