Html Css Color HEX #275DEC Royal Blue

📋 copy color: '#275DEC'

red 39 ◦ green 93 ◦ blue 236

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

Shades of Royal Blue #275DEC

Tints of Royal Blue #275DEC

RGB

 RED value IS 39 (15.63% from 255) = 10.6%

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

 BLUE value IS 236 (92.58% from 255) = 64.13%

R = 10.6%
G = 25.27%
B = 64.13%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#275DEC (or 0x275DEC) is known color: Royal Blue. HEX triplet: 27, 5D and EC. RGB value is (39,93,236). Sum of RGB (Red+Green+Blue) = 39+93+236=368 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.60% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #275DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275DEC is #D8A213. Grayscale: #5C5C5C. Windows color (decimal): -14197268 or 15490343. OLE color: 15490343.

HSL color Cylindrical-coordinate representation of color #275DEC: hue angle of 223.55º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #275DEC is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 93 236 -
CMYK 0.83 0.61 0 0.07
HSL 223.55º 0.84% 0.54% -
HSV(B) 223.55º 0.83% 0.93% -
XYZ 19.89 14.32 81.07 -
YUV 93.16 208.61 89.37 -
System Red Green Blue C M Y K H S L
Decimal 39 93 236 0.83 0.61 0 0.07 223.55 0.84 0.54
Hex 27 5D EC 53 3D 0 7 E0 54 36
Octal 47 135 354 123 75 0 7 340 124 66
Binary 100111 1011101 11101100 1010011 111101 0 111 11100000 1010100 110110

Color Harmonies of #275DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275DEC

Black with #275DEC

Text Example


Text Example

White with #275DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275DEC; }

 p { color: rgb(39,93,236); }

 H1.HeaderClassName
 {
   color: #275DEC;
 }
 .AnyTagClassName
 {
   color: #275DEC;
 }
</style>

background-color css

<style>
 a { background-color: #275DEC; }

 a { background-color: rgb(39,93,236); }

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

border-color css

<style>
 span { border-color: #275DEC; }

 span { border-color: rgb(39,93,236); }

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