Html Css Color HEX #253EEF Neon Blue

📋 copy color: '#253EEF'

red 37 ◦ green 62 ◦ blue 239

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

Shades of Neon Blue #253EEF

Tints of Neon Blue #253EEF

RGB

 RED value IS 37 (14.84% from 255) = 10.95%

 GREEN value IS 62 (24.61% from 255) = 18.34%

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

R = 10.95%
G = 18.34%
B = 70.71%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#253EEF (or 0x253EEF) is known color: Neon Blue. HEX triplet: 25, 3E and EF. RGB value is (37,62,239). Sum of RGB (Red+Green+Blue) = 37+62+239=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 239 (93.75% from 255 or 70.71% from 338); Max value from RGB is 239 - color contains mainly: blue. Hex color #253EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253EEF is #DAC110. Grayscale: #494949. Windows color (decimal): -14336273 or 15679013. OLE color: 15679013.

HSL color Cylindrical-coordinate representation of color #253EEF: hue angle of 232.57º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #253EEF is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 62 239 -
CMYK 0.85 0.74 0 0.06
HSL 232.57º 0.86% 0.54% -
HSV(B) 232.57º 0.85% 0.94% -
XYZ 18.07 10.07 82.65 -
YUV 74.7 220.72 101.11 -
System Red Green Blue C M Y K H S L
Decimal 37 62 239 0.85 0.74 0 0.06 232.57 0.86 0.54
Hex 25 3E EF 55 4A 0 6 E9 56 36
Octal 45 76 357 125 112 0 6 351 126 66
Binary 100101 111110 11101111 1010101 1001010 0 110 11101001 1010110 110110

Color Harmonies of #253EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253EEF

Black with #253EEF

Text Example


Text Example

White with #253EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253EEF; }

 p { color: rgb(37,62,239); }

 H1.HeaderClassName
 {
   color: #253EEF;
 }
 .AnyTagClassName
 {
   color: #253EEF;
 }
</style>

background-color css

<style>
 a { background-color: #253EEF; }

 a { background-color: rgb(37,62,239); }

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

border-color css

<style>
 span { border-color: #253EEF; }

 span { border-color: rgb(37,62,239); }

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