Html Css Color HEX #275EDC Royal Blue

📋 copy color: '#275EDC'

red 39 ◦ green 94 ◦ blue 220

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

Shades of Royal Blue #275EDC

Tints of Royal Blue #275EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.63%

 BLUE value IS 220 (86.33% from 255) = 62.32%

R = 11.05%
G = 26.63%
B = 62.32%

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

#275EDC (or 0x275EDC) is known color: Royal Blue. HEX triplet: 27, 5E and DC. RGB value is (39,94,220). Sum of RGB (Red+Green+Blue) = 39+94+220=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #275EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275EDC is #D8A123. Grayscale: #5B5B5B. Windows color (decimal): -14197028 or 14442023. OLE color: 14442023.

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

Color convert

RGB 39 94 220 -
CMYK 0.82 0.57 0 0.14
HSL 221.77º 0.72% 0.51% -
HSV(B) 221.77º 0.82% 0.86% -
XYZ 17.76 13.6 69.4 -
YUV 91.92 200.28 90.25 -
System Red Green Blue C M Y K H S L
Decimal 39 94 220 0.82 0.57 0 0.14 221.77 0.72 0.51
Hex 27 5E DC 52 39 0 E DE 48 33
Octal 47 136 334 122 71 0 16 336 110 63
Binary 100111 1011110 11011100 1010010 111001 0 1110 11011110 1001000 110011

Color Harmonies of #275EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275EDC

Black with #275EDC

Text Example


Text Example

White with #275EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,94,220); }

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

background-color css

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

 a { background-color: rgb(39,94,220); }

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

border-color css

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

 span { border-color: rgb(39,94,220); }

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