Html Css Color HEX #275DDF Royal Blue

📋 copy color: '#275DDF'

red 39 ◦ green 93 ◦ blue 223

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

Shades of Royal Blue #275DDF

Tints of Royal Blue #275DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.2%

 BLUE value IS 223 (87.5% from 255) = 62.82%

R = 10.99%
G = 26.2%
B = 62.82%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#275DDF (or 0x275DDF) is known color: Royal Blue. HEX triplet: 27, 5D and DF. RGB value is (39,93,223). Sum of RGB (Red+Green+Blue) = 39+93+223=355 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.99% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #275DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275DDF is #D8A220. Grayscale: #5B5B5B. Windows color (decimal): -14197281 or 14638375. OLE color: 14638375.

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

Color convert

RGB 39 93 223 -
CMYK 0.83 0.58 0 0.13
HSL 222.39º 0.74% 0.51% -
HSV(B) 222.39º 0.83% 0.87% -
XYZ 18.07 13.59 71.48 -
YUV 91.67 202.11 90.43 -
System Red Green Blue C M Y K H S L
Decimal 39 93 223 0.83 0.58 0 0.13 222.39 0.74 0.51
Hex 27 5D DF 53 3A 0 D DE 4A 33
Octal 47 135 337 123 72 0 15 336 112 63
Binary 100111 1011101 11011111 1010011 111010 0 1101 11011110 1001010 110011

Color Harmonies of #275DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275DDF

Black with #275DDF

Text Example


Text Example

White with #275DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,93,223); }

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

background-color css

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

 a { background-color: rgb(39,93,223); }

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

border-color css

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

 span { border-color: rgb(39,93,223); }

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