Html Css Color HEX #264AFF Neon Blue

📋 copy color: '#264AFF'

red 38 ◦ green 74 ◦ blue 255

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

Shades of Neon Blue #264AFF

Tints of Neon Blue #264AFF

RGB

 RED value IS 38 (15.23% from 255) = 10.35%

 GREEN value IS 74 (29.3% from 255) = 20.16%

 BLUE value IS 255 (100% from 255) = 69.48%

R = 10.35%
G = 20.16%
B = 69.48%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#264AFF (or 0x264AFF) is known color: Neon Blue. HEX triplet: 26, 4A and FF. RGB value is (38,74,255). Sum of RGB (Red+Green+Blue) = 38+74+255=367 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.35% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #264AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #264AFF is #D9B500. Grayscale: #535353. Windows color (decimal): -14267649 or 16730662. OLE color: 16730662.

HSL color Cylindrical-coordinate representation of color #264AFF: hue angle of 230.05º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #264AFF is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 38 74 255 -
CMYK 0.85 0.71 0 0
HSL 230.05º 1% 0.57% -
HSV(B) 230.05º 0.85% 1% -
XYZ 21.3 12.53 95.9 -
YUV 83.87 224.57 95.28 -
System Red Green Blue C M Y K H S L
Decimal 38 74 255 0.85 0.71 0 0 230.05 1 0.57
Hex 26 4A FF 55 47 0 0 E6 64 39
Octal 46 112 377 125 107 0 0 346 144 71
Binary 100110 1001010 11111111 1010101 1000111 0 0 11100110 1100100 111001

Color Harmonies of #264AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264AFF

Black with #264AFF

Text Example


Text Example

White with #264AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264AFF; }

 p { color: rgb(38,74,255); }

 H1.HeaderClassName
 {
   color: #264AFF;
 }
 .AnyTagClassName
 {
   color: #264AFF;
 }
</style>

background-color css

<style>
 a { background-color: #264AFF; }

 a { background-color: rgb(38,74,255); }

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

border-color css

<style>
 span { border-color: #264AFF; }

 span { border-color: rgb(38,74,255); }

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