Html Css Color HEX #265CFF Royal Blue

📋 copy color: '#265CFF'

red 38 ◦ green 92 ◦ blue 255

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

Shades of Royal Blue #265CFF

Tints of Royal Blue #265CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.9%

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

R = 9.87%
G = 23.9%
B = 66.23%

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

#265CFF (or 0x265CFF) is known color: Royal Blue. HEX triplet: 26, 5C and FF. RGB value is (38,92,255). Sum of RGB (Red+Green+Blue) = 38+92+255=385 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.87% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #265CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265CFF is #D9A300. Grayscale: #5D5D5D. Windows color (decimal): -14263041 or 16735270. OLE color: 16735270.

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

Color convert

RGB 38 92 255 -
CMYK 0.85 0.64 0 0
HSL 225.07º 1% 0.57% -
HSV(B) 225.07º 0.85% 1% -
XYZ 22.68 15.29 96.36 -
YUV 94.44 218.61 87.75 -
System Red Green Blue C M Y K H S L
Decimal 38 92 255 0.85 0.64 0 0 225.07 1 0.57
Hex 26 5C FF 55 40 0 0 E1 64 39
Octal 46 134 377 125 100 0 0 341 144 71
Binary 100110 1011100 11111111 1010101 1000000 0 0 11100001 1100100 111001

Color Harmonies of #265CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265CFF

Black with #265CFF

Text Example


Text Example

White with #265CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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