Html Css Color HEX #275CEF Royal Blue

📋 copy color: '#275CEF'

red 39 ◦ green 92 ◦ blue 239

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

Shades of Royal Blue #275CEF

Tints of Royal Blue #275CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.59%

R = 10.54%
G = 24.86%
B = 64.59%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#275CEF (or 0x275CEF) is known color: Royal Blue. HEX triplet: 27, 5C and EF. RGB value is (39,92,239). Sum of RGB (Red+Green+Blue) = 39+92+239=370 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.54% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #275CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275CEF is #D8A310. Grayscale: #5C5C5C. Windows color (decimal): -14197521 or 15686695. OLE color: 15686695.

HSL color Cylindrical-coordinate representation of color #275CEF: hue angle of 224.1º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #275CEF is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 39 92 239 -
CMYK 0.84 0.62 0 0.06
HSL 224.1º 0.86% 0.55% -
HSV(B) 224.1º 0.84% 0.94% -
XYZ 20.24 14.32 83.36 -
YUV 92.91 210.44 89.55 -
System Red Green Blue C M Y K H S L
Decimal 39 92 239 0.84 0.62 0 0.06 224.1 0.86 0.55
Hex 27 5C EF 54 3E 0 6 E0 56 37
Octal 47 134 357 124 76 0 6 340 126 67
Binary 100111 1011100 11101111 1010100 111110 0 110 11100000 1010110 110111

Color Harmonies of #275CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275CEF

Black with #275CEF

Text Example


Text Example

White with #275CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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