Html Css Color HEX #265CF1 Royal Blue

📋 copy color: '#265CF1'

red 38 ◦ green 92 ◦ blue 241

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

Shades of Royal Blue #265CF1

Tints of Royal Blue #265CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 64.96%

R = 10.24%
G = 24.8%
B = 64.96%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#265CF1 (or 0x265CF1) is known color: Royal Blue. HEX triplet: 26, 5C and F1. RGB value is (38,92,241). Sum of RGB (Red+Green+Blue) = 38+92+241=371 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.24% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 241 (94.53% from 255 or 64.96% from 371); Max value from RGB is 241 - color contains mainly: blue. Hex color #265CF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265CF1 is #D9A30E. Grayscale: #5C5C5C. Windows color (decimal): -14263055 or 15817766. OLE color: 15817766.

HSL color Cylindrical-coordinate representation of color #265CF1: hue angle of 224.04º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #265CF1 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 92 241 -
CMYK 0.84 0.62 0 0.05
HSL 224.04º 0.88% 0.55% -
HSV(B) 224.04º 0.84% 0.95% -
XYZ 20.5 14.42 84.92 -
YUV 92.84 211.61 88.88 -
System Red Green Blue C M Y K H S L
Decimal 38 92 241 0.84 0.62 0 0.05 224.04 0.88 0.55
Hex 26 5C F1 54 3E 0 5 E0 58 37
Octal 46 134 361 124 76 0 5 340 130 67
Binary 100110 1011100 11110001 1010100 111110 0 101 11100000 1011000 110111

Color Harmonies of #265CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265CF1

Black with #265CF1

Text Example


Text Example

White with #265CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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