Html Css Color HEX #265FFD Royal Blue

📋 copy color: '#265FFD'

red 38 ◦ green 95 ◦ blue 253

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

Shades of Royal Blue #265FFD

Tints of Royal Blue #265FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.54%

R = 9.84%
G = 24.61%
B = 65.54%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#265FFD (or 0x265FFD) is known color: Royal Blue. HEX triplet: 26, 5F and FD. RGB value is (38,95,253). Sum of RGB (Red+Green+Blue) = 38+95+253=386 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.84% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #265FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265FFD is #D9A002. Grayscale: #5F5F5F. Windows color (decimal): -14262275 or 16604966. OLE color: 16604966.

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

Color convert

RGB 38 95 253 -
CMYK 0.85 0.62 0 0.01
HSL 224.09º 0.98% 0.57% -
HSV(B) 224.09º 0.85% 0.99% -
XYZ 22.62 15.69 94.76 -
YUV 95.97 216.62 86.65 -
System Red Green Blue C M Y K H S L
Decimal 38 95 253 0.85 0.62 0 0.01 224.09 0.98 0.57
Hex 26 5F FD 55 3E 0 1 E0 62 39
Octal 46 137 375 125 76 0 1 340 142 71
Binary 100110 1011111 11111101 1010101 111110 0 1 11100000 1100010 111001

Color Harmonies of #265FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265FFD

Black with #265FFD

Text Example


Text Example

White with #265FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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