Html Css Color HEX #2745EE Neon Blue

📋 copy color: '#2745EE'

red 39 ◦ green 69 ◦ blue 238

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

Shades of Neon Blue #2745EE

Tints of Neon Blue #2745EE

RGB

 RED value IS 39 (15.63% from 255) = 11.27%

 GREEN value IS 69 (27.34% from 255) = 19.94%

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

R = 11.27%
G = 19.94%
B = 68.79%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2745EE (or 0x2745EE) is known color: Neon Blue. HEX triplet: 27, 45 and EE. RGB value is (39,69,238). Sum of RGB (Red+Green+Blue) = 39+69+238=346 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.27% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 238 (93.36% from 255 or 68.79% from 346); Max value from RGB is 238 - color contains mainly: blue. Hex color #2745EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2745EE is #D8BA11. Grayscale: #4E4E4E. Windows color (decimal): -14203410 or 15615271. OLE color: 15615271.

HSL color Cylindrical-coordinate representation of color #2745EE: hue angle of 230.95º degrees, saturation: 0.85, 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 #2745EE is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 69 238 -
CMYK 0.84 0.71 0 0.07
HSL 230.95º 0.85% 0.54% -
HSV(B) 230.95º 0.84% 0.93% -
XYZ 18.4 10.86 82.02 -
YUV 79.3 217.56 99.26 -
System Red Green Blue C M Y K H S L
Decimal 39 69 238 0.84 0.71 0 0.07 230.95 0.85 0.54
Hex 27 45 EE 54 47 0 7 E7 55 36
Octal 47 105 356 124 107 0 7 347 125 66
Binary 100111 1000101 11101110 1010100 1000111 0 111 11100111 1010101 110110

Color Harmonies of #2745EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2745EE

Black with #2745EE

Text Example


Text Example

White with #2745EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2745EE; }

 p { color: rgb(39,69,238); }

 H1.HeaderClassName
 {
   color: #2745EE;
 }
 .AnyTagClassName
 {
   color: #2745EE;
 }
</style>

background-color css

<style>
 a { background-color: #2745EE; }

 a { background-color: rgb(39,69,238); }

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

border-color css

<style>
 span { border-color: #2745EE; }

 span { border-color: rgb(39,69,238); }

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