Html Css Color HEX #275FDB Royal Blue

📋 copy color: '#275FDB'

red 39 ◦ green 95 ◦ blue 219

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

Shades of Royal Blue #275FDB

Tints of Royal Blue #275FDB

RGB

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

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

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

R = 11.05%
G = 26.91%
B = 62.04%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#275FDB (or 0x275FDB) is known color: Royal Blue. HEX triplet: 27, 5F and DB. RGB value is (39,95,219). Sum of RGB (Red+Green+Blue) = 39+95+219=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #275FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275FDB is #D8A024. Grayscale: #5B5B5B. Windows color (decimal): -14196773 or 14376743. OLE color: 14376743.

HSL color Cylindrical-coordinate representation of color #275FDB: hue angle of 221.33º 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 #275FDB is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 95 219 -
CMYK 0.82 0.57 0 0.14
HSL 221.33º 0.71% 0.51% -
HSV(B) 221.33º 0.82% 0.86% -
XYZ 17.72 13.73 68.73 -
YUV 92.39 199.45 89.92 -
System Red Green Blue C M Y K H S L
Decimal 39 95 219 0.82 0.57 0 0.14 221.33 0.71 0.51
Hex 27 5F DB 52 39 0 E DD 47 33
Octal 47 137 333 122 71 0 16 335 107 63
Binary 100111 1011111 11011011 1010010 111001 0 1110 11011101 1000111 110011

Color Harmonies of #275FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275FDB

Black with #275FDB

Text Example


Text Example

White with #275FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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