Html Css Color HEX #265CFD Royal Blue

📋 copy color: '#265CFD'

red 38 ◦ green 92 ◦ blue 253

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

Shades of Royal Blue #265CFD

Tints of Royal Blue #265CFD

RGB

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

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

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

R = 9.92%
G = 24.02%
B = 66.06%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#265CFD (or 0x265CFD) is known color: Royal Blue. HEX triplet: 26, 5C and FD. RGB value is (38,92,253). Sum of RGB (Red+Green+Blue) = 38+92+253=383 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.92% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #265CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265CFD is #D9A302. Grayscale: #5D5D5D. Windows color (decimal): -14263043 or 16604198. OLE color: 16604198.

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

Color convert

RGB 38 92 253 -
CMYK 0.85 0.64 0 0.01
HSL 224.93º 0.98% 0.57% -
HSV(B) 224.93º 0.85% 0.99% -
XYZ 22.36 15.16 94.68 -
YUV 94.21 217.61 87.91 -
System Red Green Blue C M Y K H S L
Decimal 38 92 253 0.85 0.64 0 0.01 224.93 0.98 0.57
Hex 26 5C FD 55 40 0 1 E1 62 39
Octal 46 134 375 125 100 0 1 341 142 71
Binary 100110 1011100 11111101 1010101 1000000 0 1 11100001 1100010 111001

Color Harmonies of #265CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265CFD

Black with #265CFD

Text Example


Text Example

White with #265CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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