Html Css Color HEX #265CF5 Royal Blue

📋 copy color: '#265CF5'

red 38 ◦ green 92 ◦ blue 245

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

Shades of Royal Blue #265CF5

Tints of Royal Blue #265CF5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.53%

 BLUE value IS 245 (96.09% from 255) = 65.33%

R = 10.13%
G = 24.53%
B = 65.33%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#265CF5 (or 0x265CF5) is known color: Royal Blue. HEX triplet: 26, 5C and F5. RGB value is (38,92,245). Sum of RGB (Red+Green+Blue) = 38+92+245=375 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.13% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 245 (96.09% from 255 or 65.33% from 375); Max value from RGB is 245 - color contains mainly: blue. Hex color #265CF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265CF5 is #D9A30A. Grayscale: #5C5C5C. Windows color (decimal): -14263051 or 16079910. OLE color: 16079910.

HSL color Cylindrical-coordinate representation of color #265CF5: hue angle of 224.35º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #265CF5 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 38 92 245 -
CMYK 0.84 0.62 0 0.04
HSL 224.35º 0.91% 0.55% -
HSV(B) 224.35º 0.84% 0.96% -
XYZ 21.11 14.66 88.1 -
YUV 93.3 213.61 88.56 -
System Red Green Blue C M Y K H S L
Decimal 38 92 245 0.84 0.62 0 0.04 224.35 0.91 0.55
Hex 26 5C F5 54 3E 0 4 E0 5B 37
Octal 46 134 365 124 76 0 4 340 133 67
Binary 100110 1011100 11110101 1010100 111110 0 100 11100000 1011011 110111

Color Harmonies of #265CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265CF5

Black with #265CF5

Text Example


Text Example

White with #265CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,92,245); }

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

background-color css

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

 a { background-color: rgb(38,92,245); }

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

border-color css

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

 span { border-color: rgb(38,92,245); }

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