Html Css Color HEX #265FF2 Royal Blue

📋 copy color: '#265FF2'

red 38 ◦ green 95 ◦ blue 242

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

Shades of Royal Blue #265FF2

Tints of Royal Blue #265FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 64.53%

R = 10.13%
G = 25.33%
B = 64.53%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#265FF2 (or 0x265FF2) is known color: Royal Blue. HEX triplet: 26, 5F and F2. RGB value is (38,95,242). Sum of RGB (Red+Green+Blue) = 38+95+242=375 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.13% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 242 (94.92% from 255 or 64.53% from 375); Max value from RGB is 242 - color contains mainly: blue. Hex color #265FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265FF2 is #D9A00D. Grayscale: #5E5E5E. Windows color (decimal): -14262286 or 15884070. OLE color: 15884070.

HSL color Cylindrical-coordinate representation of color #265FF2: hue angle of 223.24º degrees, saturation: 0.89, 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 #265FF2 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 95 242 -
CMYK 0.84 0.61 0 0.05
HSL 223.24º 0.89% 0.55% -
HSV(B) 223.24º 0.84% 0.95% -
XYZ 20.92 15.01 85.8 -
YUV 94.72 211.12 87.55 -
System Red Green Blue C M Y K H S L
Decimal 38 95 242 0.84 0.61 0 0.05 223.24 0.89 0.55
Hex 26 5F F2 54 3D 0 5 DF 59 37
Octal 46 137 362 124 75 0 5 337 131 67
Binary 100110 1011111 11110010 1010100 111101 0 101 11011111 1011001 110111

Color Harmonies of #265FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265FF2

Black with #265FF2

Text Example


Text Example

White with #265FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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