Html Css Color HEX #265DF2 Royal Blue

📋 copy color: '#265DF2'

red 38 ◦ green 93 ◦ blue 242

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

Shades of Royal Blue #265DF2

Tints of Royal Blue #265DF2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.93%

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

R = 10.19%
G = 24.93%
B = 64.88%

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

#265DF2 (or 0x265DF2) is known color: Royal Blue. HEX triplet: 26, 5D and F2. RGB value is (38,93,242). Sum of RGB (Red+Green+Blue) = 38+93+242=373 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.19% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 242 (94.92% from 255 or 64.88% from 373); Max value from RGB is 242 - color contains mainly: blue. Hex color #265DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265DF2 is #D9A20D. Grayscale: #5C5C5C. Windows color (decimal): -14262798 or 15883558. OLE color: 15883558.

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

Color convert

RGB 38 93 242 -
CMYK 0.84 0.62 0 0.05
HSL 223.82º 0.89% 0.55% -
HSV(B) 223.82º 0.84% 0.95% -
XYZ 20.74 14.65 85.74 -
YUV 93.54 211.78 88.38 -
System Red Green Blue C M Y K H S L
Decimal 38 93 242 0.84 0.62 0 0.05 223.82 0.89 0.55
Hex 26 5D F2 54 3E 0 5 E0 59 37
Octal 46 135 362 124 76 0 5 340 131 67
Binary 100110 1011101 11110010 1010100 111110 0 101 11100000 1011001 110111

Color Harmonies of #265DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265DF2

Black with #265DF2

Text Example


Text Example

White with #265DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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