Html Css Color HEX #275CEE Royal Blue

📋 copy color: '#275CEE'

red 39 ◦ green 92 ◦ blue 238

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

Shades of Royal Blue #275CEE

Tints of Royal Blue #275CEE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.93%

 BLUE value IS 238 (93.36% from 255) = 64.5%

R = 10.57%
G = 24.93%
B = 64.5%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#275CEE (or 0x275CEE) is known color: Royal Blue. HEX triplet: 27, 5C and EE. RGB value is (39,92,238). Sum of RGB (Red+Green+Blue) = 39+92+238=369 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.57% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #275CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275CEE is #D8A311. Grayscale: #5C5C5C. Windows color (decimal): -14197522 or 15621159. OLE color: 15621159.

HSL color Cylindrical-coordinate representation of color #275CEE: hue angle of 224.02º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #275CEE is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 92 238 -
CMYK 0.84 0.61 0 0.07
HSL 224.02º 0.85% 0.54% -
HSV(B) 224.02º 0.84% 0.93% -
XYZ 20.1 14.26 82.58 -
YUV 92.8 209.94 89.63 -
System Red Green Blue C M Y K H S L
Decimal 39 92 238 0.84 0.61 0 0.07 224.02 0.85 0.54
Hex 27 5C EE 54 3D 0 7 E0 55 36
Octal 47 134 356 124 75 0 7 340 125 66
Binary 100111 1011100 11101110 1010100 111101 0 111 11100000 1010101 110110

Color Harmonies of #275CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275CEE

Black with #275CEE

Text Example


Text Example

White with #275CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,92,238); }

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

background-color css

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

 a { background-color: rgb(39,92,238); }

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

border-color css

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

 span { border-color: rgb(39,92,238); }

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