Html Css Color HEX #213CEF Neon Blue

📋 copy color: '#213CEF'

red 33 ◦ green 60 ◦ blue 239

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

Shades of Neon Blue #213CEF

Tints of Neon Blue #213CEF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.07%

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

R = 9.94%
G = 18.07%
B = 71.99%

CMYK

 C value IS 0.86

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#213CEF (or 0x213CEF) is known color: Neon Blue. HEX triplet: 21, 3C and EF. RGB value is (33,60,239). Sum of RGB (Red+Green+Blue) = 33+60+239=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 239 (93.75% from 255 or 71.99% from 332); Max value from RGB is 239 - color contains mainly: blue. Hex color #213CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213CEF is #DEC310. Grayscale: #474747. Windows color (decimal): -14598929 or 15678497. OLE color: 15678497.

HSL color Cylindrical-coordinate representation of color #213CEF: hue angle of 232.14º 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 #213CEF is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 60 239 -
CMYK 0.86 0.75 0 0.06
HSL 232.14º 0.87% 0.53% -
HSV(B) 232.14º 0.86% 0.94% -
XYZ 17.82 9.79 82.61 -
YUV 72.33 222.05 99.95 -
System Red Green Blue C M Y K H S L
Decimal 33 60 239 0.86 0.75 0 0.06 232.14 0.87 0.53
Hex 21 3C EF 56 4B 0 6 E8 57 35
Octal 41 74 357 126 113 0 6 350 127 65
Binary 100001 111100 11101111 1010110 1001011 0 110 11101000 1010111 110101

Color Harmonies of #213CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213CEF

Black with #213CEF

Text Example


Text Example

White with #213CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213CEF; }

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

 H1.HeaderClassName
 {
   color: #213CEF;
 }
 .AnyTagClassName
 {
   color: #213CEF;
 }
</style>

background-color css

<style>
 a { background-color: #213CEF; }

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

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

border-color css

<style>
 span { border-color: #213CEF; }

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

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