Html Css Color HEX #265AF8 Royal Blue

📋 copy color: '#265AF8'

red 38 ◦ green 90 ◦ blue 248

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

Shades of Royal Blue #265AF8

Tints of Royal Blue #265AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 65.96%

R = 10.11%
G = 23.94%
B = 65.96%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#265AF8 (or 0x265AF8) is known color: Royal Blue. HEX triplet: 26, 5A and F8. RGB value is (38,90,248). Sum of RGB (Red+Green+Blue) = 38+90+248=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 248 (97.27% from 255 or 65.96% from 376); Max value from RGB is 248 - color contains mainly: blue. Hex color #265AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265AF8 is #D9A507. Grayscale: #5B5B5B. Windows color (decimal): -14263560 or 16276006. OLE color: 16276006.

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

Color convert

RGB 38 90 248 -
CMYK 0.85 0.64 0 0.03
HSL 225.14º 0.94% 0.56% -
HSV(B) 225.14º 0.85% 0.97% -
XYZ 21.4 14.5 90.48 -
YUV 92.46 215.77 89.15 -
System Red Green Blue C M Y K H S L
Decimal 38 90 248 0.85 0.64 0 0.03 225.14 0.94 0.56
Hex 26 5A F8 55 40 0 3 E1 5E 38
Octal 46 132 370 125 100 0 3 341 136 70
Binary 100110 1011010 11111000 1010101 1000000 0 11 11100001 1011110 111000

Color Harmonies of #265AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265AF8

Black with #265AF8

Text Example


Text Example

White with #265AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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