Html Css Color HEX #265FF0 Royal Blue

📋 copy color: '#265FF0'

red 38 ◦ green 95 ◦ blue 240

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

Shades of Royal Blue #265FF0

Tints of Royal Blue #265FF0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.47%

 BLUE value IS 240 (94.14% from 255) = 64.34%

R = 10.19%
G = 25.47%
B = 64.34%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#265FF0 (or 0x265FF0) is known color: Royal Blue. HEX triplet: 26, 5F and F0. RGB value is (38,95,240). Sum of RGB (Red+Green+Blue) = 38+95+240=373 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.19% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 240 (94.14% from 255 or 64.34% from 373); Max value from RGB is 240 - color contains mainly: blue. Hex color #265FF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265FF0 is #D9A00F. Grayscale: #5D5D5D. Windows color (decimal): -14262288 or 15752998. OLE color: 15752998.

HSL color Cylindrical-coordinate representation of color #265FF0: hue angle of 223.07º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #265FF0 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 38 95 240 -
CMYK 0.84 0.60 0 0.06
HSL 223.07º 0.87% 0.55% -
HSV(B) 223.07º 0.84% 0.94% -
XYZ 20.62 14.89 84.22 -
YUV 94.49 210.12 87.71 -
System Red Green Blue C M Y K H S L
Decimal 38 95 240 0.84 0.60 0 0.06 223.07 0.87 0.55
Hex 26 5F F0 54 3C 0 6 DF 57 37
Octal 46 137 360 124 74 0 6 337 127 67
Binary 100110 1011111 11110000 1010100 111100 0 110 11011111 1010111 110111

Color Harmonies of #265FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265FF0

Black with #265FF0

Text Example


Text Example

White with #265FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,95,240); }

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

background-color css

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

 a { background-color: rgb(38,95,240); }

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

border-color css

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

 span { border-color: rgb(38,95,240); }

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