Html Css Color HEX #275BDB Royal Blue

📋 copy color: '#275BDB'

red 39 ◦ green 91 ◦ blue 219

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

Shades of Royal Blue #275BDB

Tints of Royal Blue #275BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.07%

 BLUE value IS 219 (85.94% from 255) = 62.75%

R = 11.17%
G = 26.07%
B = 62.75%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#275BDB (or 0x275BDB) is known color: Royal Blue. HEX triplet: 27, 5B and DB. RGB value is (39,91,219). Sum of RGB (Red+Green+Blue) = 39+91+219=349 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.17% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #275BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275BDB is #D8A424. Grayscale: #595959. Windows color (decimal): -14197797 or 14375719. OLE color: 14375719.

HSL color Cylindrical-coordinate representation of color #275BDB: hue angle of 222.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #275BDB is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 91 219 -
CMYK 0.82 0.58 0 0.14
HSL 222.67º 0.71% 0.51% -
HSV(B) 222.67º 0.82% 0.86% -
XYZ 17.36 13.03 68.62 -
YUV 90.04 200.77 91.59 -
System Red Green Blue C M Y K H S L
Decimal 39 91 219 0.82 0.58 0 0.14 222.67 0.71 0.51
Hex 27 5B DB 52 3A 0 E DF 47 33
Octal 47 133 333 122 72 0 16 337 107 63
Binary 100111 1011011 11011011 1010010 111010 0 1110 11011111 1000111 110011

Color Harmonies of #275BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275BDB

Black with #275BDB

Text Example


Text Example

White with #275BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,91,219); }

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

background-color css

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

 a { background-color: rgb(39,91,219); }

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

border-color css

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

 span { border-color: rgb(39,91,219); }

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