Html Css Color HEX #265AFB Royal Blue

📋 copy color: '#265AFB'

red 38 ◦ green 90 ◦ blue 251

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

Shades of Royal Blue #265AFB

Tints of Royal Blue #265AFB

RGB

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

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

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

R = 10.03%
G = 23.75%
B = 66.23%

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

#265AFB (or 0x265AFB) is known color: Royal Blue. HEX triplet: 26, 5A and FB. RGB value is (38,90,251). Sum of RGB (Red+Green+Blue) = 38+90+251=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #265AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265AFB is #D9A504. Grayscale: #5C5C5C. Windows color (decimal): -14263557 or 16472614. OLE color: 16472614.

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

Color convert

RGB 38 90 251 -
CMYK 0.85 0.64 0 0.02
HSL 225.35º 0.96% 0.57% -
HSV(B) 225.35º 0.85% 0.98% -
XYZ 21.87 14.69 92.95 -
YUV 92.81 217.27 88.91 -
System Red Green Blue C M Y K H S L
Decimal 38 90 251 0.85 0.64 0 0.02 225.35 0.96 0.57
Hex 26 5A FB 55 40 0 2 E1 60 39
Octal 46 132 373 125 100 0 2 341 140 71
Binary 100110 1011010 11111011 1010101 1000000 0 10 11100001 1100000 111001

Color Harmonies of #265AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265AFB

Black with #265AFB

Text Example


Text Example

White with #265AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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