Html Css Color HEX #264EFA Neon Blue

📋 copy color: '#264EFA'

red 38 ◦ green 78 ◦ blue 250

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

Shades of Neon Blue #264EFA

Tints of Neon Blue #264EFA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.31%

 BLUE value IS 250 (98.05% from 255) = 68.31%

R = 10.38%
G = 21.31%
B = 68.31%

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

#264EFA (or 0x264EFA) is known color: Neon Blue. HEX triplet: 26, 4E and FA. RGB value is (38,78,250). Sum of RGB (Red+Green+Blue) = 38+78+250=366 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.38% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #264EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #264EFA is #D9B105. Grayscale: #545454. Windows color (decimal): -14266630 or 16404006. OLE color: 16404006.

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

Color convert

RGB 38 78 250 -
CMYK 0.85 0.69 0 0.02
HSL 228.68º 0.95% 0.56% -
HSV(B) 228.68º 0.85% 0.98% -
XYZ 20.78 12.76 91.81 -
YUV 85.65 220.75 94.01 -
System Red Green Blue C M Y K H S L
Decimal 38 78 250 0.85 0.69 0 0.02 228.68 0.95 0.56
Hex 26 4E FA 55 45 0 2 E5 5F 38
Octal 46 116 372 125 105 0 2 345 137 70
Binary 100110 1001110 11111010 1010101 1000101 0 10 11100101 1011111 111000

Color Harmonies of #264EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264EFA

Black with #264EFA

Text Example


Text Example

White with #264EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,78,250); }

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

background-color css

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

 a { background-color: rgb(38,78,250); }

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

border-color css

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

 span { border-color: rgb(38,78,250); }

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