Html Css Color HEX #265AFE Royal Blue

📋 copy color: '#265AFE'

red 38 ◦ green 90 ◦ blue 254

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

Shades of Royal Blue #265AFE

Tints of Royal Blue #265AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.56%

 BLUE value IS 254 (99.61% from 255) = 66.49%

R = 9.95%
G = 23.56%
B = 66.49%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#265AFE (or 0x265AFE) is known color: Royal Blue. HEX triplet: 26, 5A and FE. RGB value is (38,90,254). Sum of RGB (Red+Green+Blue) = 38+90+254=382 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.95% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #265AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265AFE is #D9A501. Grayscale: #5C5C5C. Windows color (decimal): -14263554 or 16669222. OLE color: 16669222.

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

Color convert

RGB 38 90 254 -
CMYK 0.85 0.65 0 0.00
HSL 225.56º 0.99% 0.57% -
HSV(B) 225.56º 0.85% 1% -
XYZ 22.34 14.88 95.46 -
YUV 93.15 218.77 88.66 -
System Red Green Blue C M Y K H S L
Decimal 38 90 254 0.85 0.65 0 0.00 225.56 0.99 0.57
Hex 26 5A FE 55 41 0 0 E2 63 39
Octal 46 132 376 125 101 0 0 342 143 71
Binary 100110 1011010 11111110 1010101 1000001 0 0 11100010 1100011 111001

Color Harmonies of #265AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265AFE

Black with #265AFE

Text Example


Text Example

White with #265AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265AFE; }

 p { color: rgb(38,90,254); }

 H1.HeaderClassName
 {
   color: #265AFE;
 }
 .AnyTagClassName
 {
   color: #265AFE;
 }
</style>

background-color css

<style>
 a { background-color: #265AFE; }

 a { background-color: rgb(38,90,254); }

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

border-color css

<style>
 span { border-color: #265AFE; }

 span { border-color: rgb(38,90,254); }

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