Html Css Color HEX #265FFC Royal Blue

📋 copy color: '#265FFC'

red 38 ◦ green 95 ◦ blue 252

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

Shades of Royal Blue #265FFC

Tints of Royal Blue #265FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.45%

R = 9.87%
G = 24.68%
B = 65.45%

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

#265FFC (or 0x265FFC) is known color: Royal Blue. HEX triplet: 26, 5F and FC. RGB value is (38,95,252). Sum of RGB (Red+Green+Blue) = 38+95+252=385 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.87% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #265FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265FFC is #D9A003. Grayscale: #5F5F5F. Windows color (decimal): -14262276 or 16539430. OLE color: 16539430.

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

Color convert

RGB 38 95 252 -
CMYK 0.85 0.62 0 0.01
HSL 224.02º 0.97% 0.57% -
HSV(B) 224.02º 0.85% 0.99% -
XYZ 22.46 15.62 93.93 -
YUV 95.86 216.12 86.73 -
System Red Green Blue C M Y K H S L
Decimal 38 95 252 0.85 0.62 0 0.01 224.02 0.97 0.57
Hex 26 5F FC 55 3E 0 1 E0 61 39
Octal 46 137 374 125 76 0 1 340 141 71
Binary 100110 1011111 11111100 1010101 111110 0 1 11100000 1100001 111001

Color Harmonies of #265FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265FFC

Black with #265FFC

Text Example


Text Example

White with #265FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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