Html Css Color HEX #264FFB Neon Blue

📋 copy color: '#264FFB'

red 38 ◦ green 79 ◦ blue 251

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

Shades of Neon Blue #264FFB

Tints of Neon Blue #264FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.47%

 BLUE value IS 251 (98.44% from 255) = 68.21%

R = 10.33%
G = 21.47%
B = 68.21%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#264FFB (or 0x264FFB) is known color: Neon Blue. HEX triplet: 26, 4F and FB. RGB value is (38,79,251). Sum of RGB (Red+Green+Blue) = 38+79+251=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 251 (98.44% from 255 or 68.21% from 368); Max value from RGB is 251 - color contains mainly: blue. Hex color #264FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #264FFB is #D9B004. Grayscale: #555555. Windows color (decimal): -14266373 or 16469798. OLE color: 16469798.

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

Color convert

RGB 38 79 251 -
CMYK 0.85 0.69 0 0.02
HSL 228.45º 0.96% 0.57% -
HSV(B) 228.45º 0.85% 0.98% -
XYZ 21.01 12.97 92.66 -
YUV 86.35 220.92 93.51 -
System Red Green Blue C M Y K H S L
Decimal 38 79 251 0.85 0.69 0 0.02 228.45 0.96 0.57
Hex 26 4F FB 55 45 0 2 E4 60 39
Octal 46 117 373 125 105 0 2 344 140 71
Binary 100110 1001111 11111011 1010101 1000101 0 10 11100100 1100000 111001

Color Harmonies of #264FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264FFB

Black with #264FFB

Text Example


Text Example

White with #264FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,79,251); }

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

background-color css

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

 a { background-color: rgb(38,79,251); }

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

border-color css

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

 span { border-color: rgb(38,79,251); }

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