Html Css Color HEX #275FEF Royal Blue

📋 copy color: '#275FEF'

red 39 ◦ green 95 ◦ blue 239

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

Shades of Royal Blue #275FEF

Tints of Royal Blue #275FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.47%

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

R = 10.46%
G = 25.47%
B = 64.08%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#275FEF (or 0x275FEF) is known color: Royal Blue. HEX triplet: 27, 5F and EF. RGB value is (39,95,239). Sum of RGB (Red+Green+Blue) = 39+95+239=373 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.46% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #275FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275FEF is #D8A010. Grayscale: #5E5E5E. Windows color (decimal): -14196753 or 15687463. OLE color: 15687463.

HSL color Cylindrical-coordinate representation of color #275FEF: hue angle of 223.2º 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 #275FEF is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 39 95 239 -
CMYK 0.84 0.60 0 0.06
HSL 223.2º 0.86% 0.55% -
HSV(B) 223.2º 0.84% 0.94% -
XYZ 20.51 14.85 83.45 -
YUV 94.67 209.45 88.29 -
System Red Green Blue C M Y K H S L
Decimal 39 95 239 0.84 0.60 0 0.06 223.2 0.86 0.55
Hex 27 5F EF 54 3C 0 6 DF 56 37
Octal 47 137 357 124 74 0 6 337 126 67
Binary 100111 1011111 11101111 1010100 111100 0 110 11011111 1010110 110111

Color Harmonies of #275FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275FEF

Black with #275FEF

Text Example


Text Example

White with #275FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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