Html Css Color HEX #275BDE Royal Blue

📋 copy color: '#275BDE'

red 39 ◦ green 91 ◦ blue 222

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

Shades of Royal Blue #275BDE

Tints of Royal Blue #275BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.07%

R = 11.08%
G = 25.85%
B = 63.07%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#275BDE (or 0x275BDE) is known color: Royal Blue. HEX triplet: 27, 5B and DE. RGB value is (39,91,222). Sum of RGB (Red+Green+Blue) = 39+91+222=352 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.08% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #275BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275BDE is #D8A421. Grayscale: #595959. Windows color (decimal): -14197794 or 14572327. OLE color: 14572327.

HSL color Cylindrical-coordinate representation of color #275BDE: hue angle of 222.95º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #275BDE is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 91 222 -
CMYK 0.82 0.59 0 0.13
HSL 222.95º 0.73% 0.51% -
HSV(B) 222.95º 0.82% 0.87% -
XYZ 17.76 13.19 70.72 -
YUV 90.39 202.27 91.35 -
System Red Green Blue C M Y K H S L
Decimal 39 91 222 0.82 0.59 0 0.13 222.95 0.73 0.51
Hex 27 5B DE 52 3B 0 D DF 49 33
Octal 47 133 336 122 73 0 15 337 111 63
Binary 100111 1011011 11011110 1010010 111011 0 1101 11011111 1001001 110011

Color Harmonies of #275BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275BDE

Black with #275BDE

Text Example


Text Example

White with #275BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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