Html Css Color HEX #265AFC Royal Blue

📋 copy color: '#265AFC'

red 38 ◦ green 90 ◦ blue 252

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

Shades of Royal Blue #265AFC

Tints of Royal Blue #265AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.32%

R = 10%
G = 23.68%
B = 66.32%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#265AFC (or 0x265AFC) is known color: Royal Blue. HEX triplet: 26, 5A and FC. RGB value is (38,90,252). Sum of RGB (Red+Green+Blue) = 38+90+252=380 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #265AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265AFC is #D9A503. Grayscale: #5C5C5C. Windows color (decimal): -14263556 or 16538150. OLE color: 16538150.

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

Color convert

RGB 38 90 252 -
CMYK 0.85 0.64 0 0.01
HSL 225.42º 0.97% 0.57% -
HSV(B) 225.42º 0.85% 0.99% -
XYZ 22.03 14.75 93.78 -
YUV 92.92 217.77 88.83 -
System Red Green Blue C M Y K H S L
Decimal 38 90 252 0.85 0.64 0 0.01 225.42 0.97 0.57
Hex 26 5A FC 55 40 0 1 E1 61 39
Octal 46 132 374 125 100 0 1 341 141 71
Binary 100110 1011010 11111100 1010101 1000000 0 1 11100001 1100001 111001

Color Harmonies of #265AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265AFC

Black with #265AFC

Text Example


Text Example

White with #265AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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