Html Css Color HEX #264AF1 Neon Blue

📋 copy color: '#264AF1'

red 38 ◦ green 74 ◦ blue 241

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

Shades of Neon Blue #264AF1

Tints of Neon Blue #264AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 68.27%

R = 10.76%
G = 20.96%
B = 68.27%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#264AF1 (or 0x264AF1) is known color: Neon Blue. HEX triplet: 26, 4A and F1. RGB value is (38,74,241). Sum of RGB (Red+Green+Blue) = 38+74+241=353 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.76% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 241 (94.53% from 255 or 68.27% from 353); Max value from RGB is 241 - color contains mainly: blue. Hex color #264AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #264AF1 is #D9B50E. Grayscale: #515151. Windows color (decimal): -14267663 or 15813158. OLE color: 15813158.

HSL color Cylindrical-coordinate representation of color #264AF1: hue angle of 229.36º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #264AF1 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 74 241 -
CMYK 0.84 0.69 0 0.05
HSL 229.36º 0.88% 0.55% -
HSV(B) 229.36º 0.84% 0.95% -
XYZ 19.13 11.66 84.46 -
YUV 82.27 217.57 96.42 -
System Red Green Blue C M Y K H S L
Decimal 38 74 241 0.84 0.69 0 0.05 229.36 0.88 0.55
Hex 26 4A F1 54 45 0 5 E5 58 37
Octal 46 112 361 124 105 0 5 345 130 67
Binary 100110 1001010 11110001 1010100 1000101 0 101 11100101 1011000 110111

Color Harmonies of #264AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264AF1

Black with #264AF1

Text Example


Text Example

White with #264AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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