Html Css Color HEX #274EEC Royal Blue

📋 copy color: '#274EEC'

red 39 ◦ green 78 ◦ blue 236

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

Shades of Royal Blue #274EEC

Tints of Royal Blue #274EEC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.1%

 BLUE value IS 236 (92.58% from 255) = 66.86%

R = 11.05%
G = 22.1%
B = 66.86%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#274EEC (or 0x274EEC) is known color: Royal Blue. HEX triplet: 27, 4E and EC. RGB value is (39,78,236). Sum of RGB (Red+Green+Blue) = 39+78+236=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #274EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #274EEC is #D8B113. Grayscale: #535353. Windows color (decimal): -14201108 or 15486503. OLE color: 15486503.

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

Color convert

RGB 39 78 236 -
CMYK 0.83 0.67 0 0.07
HSL 228.12º 0.84% 0.54% -
HSV(B) 228.12º 0.83% 0.93% -
XYZ 18.7 11.94 80.68 -
YUV 84.35 213.58 95.65 -
System Red Green Blue C M Y K H S L
Decimal 39 78 236 0.83 0.67 0 0.07 228.12 0.84 0.54
Hex 27 4E EC 53 43 0 7 E4 54 36
Octal 47 116 354 123 103 0 7 344 124 66
Binary 100111 1001110 11101100 1010011 1000011 0 111 11100100 1010100 110110

Color Harmonies of #274EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274EEC

Black with #274EEC

Text Example


Text Example

White with #274EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274EEC; }

 p { color: rgb(39,78,236); }

 H1.HeaderClassName
 {
   color: #274EEC;
 }
 .AnyTagClassName
 {
   color: #274EEC;
 }
</style>

background-color css

<style>
 a { background-color: #274EEC; }

 a { background-color: rgb(39,78,236); }

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

border-color css

<style>
 span { border-color: #274EEC; }

 span { border-color: rgb(39,78,236); }

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