Html Css Color HEX #265DF7 Royal Blue

📋 copy color: '#265DF7'

red 38 ◦ green 93 ◦ blue 247

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

Shades of Royal Blue #265DF7

Tints of Royal Blue #265DF7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.6%

 BLUE value IS 247 (96.88% from 255) = 65.34%

R = 10.05%
G = 24.6%
B = 65.34%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#265DF7 (or 0x265DF7) is known color: Royal Blue. HEX triplet: 26, 5D and F7. RGB value is (38,93,247). Sum of RGB (Red+Green+Blue) = 38+93+247=378 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.05% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 247 (96.88% from 255 or 65.34% from 378); Max value from RGB is 247 - color contains mainly: blue. Hex color #265DF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265DF7 is #D9A208. Grayscale: #5D5D5D. Windows color (decimal): -14262793 or 16211238. OLE color: 16211238.

HSL color Cylindrical-coordinate representation of color #265DF7: hue angle of 224.21º degrees, saturation: 0.93, 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 #265DF7 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 38 93 247 -
CMYK 0.85 0.62 0 0.03
HSL 224.21º 0.93% 0.56% -
HSV(B) 224.21º 0.85% 0.97% -
XYZ 21.5 14.96 89.75 -
YUV 94.11 214.28 87.98 -
System Red Green Blue C M Y K H S L
Decimal 38 93 247 0.85 0.62 0 0.03 224.21 0.93 0.56
Hex 26 5D F7 55 3E 0 3 E0 5D 38
Octal 46 135 367 125 76 0 3 340 135 70
Binary 100110 1011101 11110111 1010101 111110 0 11 11100000 1011101 111000

Color Harmonies of #265DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265DF7

Black with #265DF7

Text Example


Text Example

White with #265DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,93,247); }

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

background-color css

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

 a { background-color: rgb(38,93,247); }

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

border-color css

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

 span { border-color: rgb(38,93,247); }

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