Html Css Color HEX #253AEE Neon Blue

📋 copy color: '#253AEE'

red 37 ◦ green 58 ◦ blue 238

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

Shades of Neon Blue #253AEE

Tints of Neon Blue #253AEE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.42%

 BLUE value IS 238 (93.36% from 255) = 71.47%

R = 11.11%
G = 17.42%
B = 71.47%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#253AEE (or 0x253AEE) is known color: Neon Blue. HEX triplet: 25, 3A and EE. RGB value is (37,58,238). Sum of RGB (Red+Green+Blue) = 37+58+238=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 238 (93.36% from 255 or 71.47% from 333); Max value from RGB is 238 - color contains mainly: blue. Hex color #253AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253AEE is #DAC511. Grayscale: #474747. Windows color (decimal): -14337298 or 15612453. OLE color: 15612453.

HSL color Cylindrical-coordinate representation of color #253AEE: hue angle of 233.73º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #253AEE is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 58 238 -
CMYK 0.84 0.76 0 0.07
HSL 233.73º 0.86% 0.54% -
HSV(B) 233.73º 0.84% 0.93% -
XYZ 17.71 9.59 81.81 -
YUV 72.24 221.54 102.86 -
System Red Green Blue C M Y K H S L
Decimal 37 58 238 0.84 0.76 0 0.07 233.73 0.86 0.54
Hex 25 3A EE 54 4C 0 7 EA 56 36
Octal 45 72 356 124 114 0 7 352 126 66
Binary 100101 111010 11101110 1010100 1001100 0 111 11101010 1010110 110110

Color Harmonies of #253AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253AEE

Black with #253AEE

Text Example


Text Example

White with #253AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,58,238); }

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

background-color css

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

 a { background-color: rgb(37,58,238); }

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

border-color css

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

 span { border-color: rgb(37,58,238); }

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