Html Css Color HEX #275FEB Royal Blue

📋 copy color: '#275FEB'

red 39 ◦ green 95 ◦ blue 235

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

Shades of Royal Blue #275FEB

Tints of Royal Blue #275FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.69%

R = 10.57%
G = 25.75%
B = 63.69%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#275FEB (or 0x275FEB) is known color: Royal Blue. HEX triplet: 27, 5F and EB. RGB value is (39,95,235). Sum of RGB (Red+Green+Blue) = 39+95+235=369 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.57% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #275FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275FEB is #D8A014. Grayscale: #5D5D5D. Windows color (decimal): -14196757 or 15425319. OLE color: 15425319.

HSL color Cylindrical-coordinate representation of color #275FEB: hue angle of 222.86º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #275FEB is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 39 95 235 -
CMYK 0.83 0.60 0 0.08
HSL 222.86º 0.83% 0.54% -
HSV(B) 222.86º 0.83% 0.92% -
XYZ 19.92 14.61 80.37 -
YUV 94.22 207.45 88.62 -
System Red Green Blue C M Y K H S L
Decimal 39 95 235 0.83 0.60 0 0.08 222.86 0.83 0.54
Hex 27 5F EB 53 3C 0 8 DF 53 36
Octal 47 137 353 123 74 0 10 337 123 66
Binary 100111 1011111 11101011 1010011 111100 0 1000 11011111 1010011 110110

Color Harmonies of #275FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275FEB

Black with #275FEB

Text Example


Text Example

White with #275FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,95,235); }

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

background-color css

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

 a { background-color: rgb(39,95,235); }

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

border-color css

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

 span { border-color: rgb(39,95,235); }

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