Html Css Color HEX #265BFB Royal Blue

📋 copy color: '#265BFB'

red 38 ◦ green 91 ◦ blue 251

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

Shades of Royal Blue #265BFB

Tints of Royal Blue #265BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 66.05%

R = 10%
G = 23.95%
B = 66.05%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#265BFB (or 0x265BFB) is known color: Royal Blue. HEX triplet: 26, 5B and FB. RGB value is (38,91,251). Sum of RGB (Red+Green+Blue) = 38+91+251=380 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #265BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265BFB is #D9A404. Grayscale: #5C5C5C. Windows color (decimal): -14263301 or 16472870. OLE color: 16472870.

HSL color Cylindrical-coordinate representation of color #265BFB: hue angle of 225.07º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #265BFB is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 91 251 -
CMYK 0.85 0.64 0 0.02
HSL 225.07º 0.96% 0.57% -
HSV(B) 225.07º 0.85% 0.98% -
XYZ 21.95 14.86 92.98 -
YUV 93.39 216.94 88.49 -
System Red Green Blue C M Y K H S L
Decimal 38 91 251 0.85 0.64 0 0.02 225.07 0.96 0.57
Hex 26 5B FB 55 40 0 2 E1 60 39
Octal 46 133 373 125 100 0 2 341 140 71
Binary 100110 1011011 11111011 1010101 1000000 0 10 11100001 1100000 111001

Color Harmonies of #265BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265BFB

Black with #265BFB

Text Example


Text Example

White with #265BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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