Html Css Color HEX #218FEF Dodger Blue

📋 copy color: '#218FEF'

red 33 ◦ green 143 ◦ blue 239

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

Shades of Dodger Blue #218FEF

Tints of Dodger Blue #218FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.59%

R = 7.95%
G = 34.46%
B = 57.59%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#218FEF (or 0x218FEF) is known color: Dodger Blue. HEX triplet: 21, 8F and EF. RGB value is (33,143,239). Sum of RGB (Red+Green+Blue) = 33+143+239=415 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.95% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #218FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218FEF is #DE7010. Grayscale: #787878. Windows color (decimal): -14577681 or 15699745. OLE color: 15699745.

HSL color Cylindrical-coordinate representation of color #218FEF: hue angle of 207.96º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #218FEF is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 143 239 -
CMYK 0.86 0.40 0 0.06
HSL 207.96º 0.87% 0.53% -
HSV(B) 207.96º 0.86% 0.94% -
XYZ 26.03 26.2 85.35 -
YUV 121.05 194.56 65.19 -
System Red Green Blue C M Y K H S L
Decimal 33 143 239 0.86 0.40 0 0.06 207.96 0.87 0.53
Hex 21 8F EF 56 28 0 6 D0 57 35
Octal 41 217 357 126 50 0 6 320 127 65
Binary 100001 10001111 11101111 1010110 101000 0 110 11010000 1010111 110101

Color Harmonies of #218FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218FEF

Black with #218FEF

Text Example


Text Example

White with #218FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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