Html Css Color HEX #265FDF Royal Blue

📋 copy color: '#265FDF'

red 38 ◦ green 95 ◦ blue 223

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

Shades of Royal Blue #265FDF

Tints of Royal Blue #265FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.64%

R = 10.67%
G = 26.69%
B = 62.64%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#265FDF (or 0x265FDF) is known color: Royal Blue. HEX triplet: 26, 5F and DF. RGB value is (38,95,223). Sum of RGB (Red+Green+Blue) = 38+95+223=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #265FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265FDF is #D9A020. Grayscale: #5B5B5B. Windows color (decimal): -14262305 or 14638886. OLE color: 14638886.

HSL color Cylindrical-coordinate representation of color #265FDF: hue angle of 221.51º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #265FDF is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 95 223 -
CMYK 0.83 0.57 0 0.13
HSL 221.51º 0.74% 0.51% -
HSV(B) 221.51º 0.83% 0.87% -
XYZ 18.21 13.92 71.54 -
YUV 92.55 201.62 89.09 -
System Red Green Blue C M Y K H S L
Decimal 38 95 223 0.83 0.57 0 0.13 221.51 0.74 0.51
Hex 26 5F DF 53 39 0 D DE 4A 33
Octal 46 137 337 123 71 0 15 336 112 63
Binary 100110 1011111 11011111 1010011 111001 0 1101 11011110 1001010 110011

Color Harmonies of #265FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265FDF

Black with #265FDF

Text Example


Text Example

White with #265FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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