Html Css Color HEX #265FFF Royal Blue

📋 copy color: '#265FFF'

red 38 ◦ green 95 ◦ blue 255

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

Shades of Royal Blue #265FFF

Tints of Royal Blue #265FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.48%

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

R = 9.79%
G = 24.48%
B = 65.72%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#265FFF (or 0x265FFF) is known color: Royal Blue. HEX triplet: 26, 5F and FF. RGB value is (38,95,255). Sum of RGB (Red+Green+Blue) = 38+95+255=388 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.79% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #265FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265FFF is #D9A000. Grayscale: #5F5F5F. Windows color (decimal): -14262273 or 16736038. OLE color: 16736038.

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

Color convert

RGB 38 95 255 -
CMYK 0.85 0.63 0 0
HSL 224.24º 1% 0.57% -
HSV(B) 224.24º 0.85% 1% -
XYZ 22.94 15.82 96.45 -
YUV 96.2 217.62 86.49 -
System Red Green Blue C M Y K H S L
Decimal 38 95 255 0.85 0.63 0 0 224.24 1 0.57
Hex 26 5F FF 55 3F 0 0 E0 64 39
Octal 46 137 377 125 77 0 0 340 144 71
Binary 100110 1011111 11111111 1010101 111111 0 0 11100000 1100100 111001

Color Harmonies of #265FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265FFF

Black with #265FFF

Text Example


Text Example

White with #265FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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