Html Css Color HEX #265BFF Royal Blue

📋 copy color: '#265BFF'

red 38 ◦ green 91 ◦ blue 255

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

Shades of Royal Blue #265BFF

Tints of Royal Blue #265BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.7%

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

R = 9.9%
G = 23.7%
B = 66.41%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#265BFF (or 0x265BFF) is known color: Royal Blue. HEX triplet: 26, 5B and FF. RGB value is (38,91,255). Sum of RGB (Red+Green+Blue) = 38+91+255=384 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.90% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #265BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265BFF is #D9A400. Grayscale: #5D5D5D. Windows color (decimal): -14263297 or 16735014. OLE color: 16735014.

HSL color Cylindrical-coordinate representation of color #265BFF: hue angle of 225.35º 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 #265BFF is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 38 91 255 -
CMYK 0.85 0.64 0 0
HSL 225.35º 1% 0.57% -
HSV(B) 225.35º 0.85% 1% -
XYZ 22.59 15.11 96.33 -
YUV 93.85 218.94 88.16 -
System Red Green Blue C M Y K H S L
Decimal 38 91 255 0.85 0.64 0 0 225.35 1 0.57
Hex 26 5B FF 55 40 0 0 E1 64 39
Octal 46 133 377 125 100 0 0 341 144 71
Binary 100110 1011011 11111111 1010101 1000000 0 0 11100001 1100100 111001

Color Harmonies of #265BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265BFF

Black with #265BFF

Text Example


Text Example

White with #265BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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