Html Css Color HEX #274EE4 Royal Blue

📋 copy color: '#274EE4'

red 39 ◦ green 78 ◦ blue 228

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

Shades of Royal Blue #274EE4

Tints of Royal Blue #274EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 66.09%

R = 11.3%
G = 22.61%
B = 66.09%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#274EE4 (or 0x274EE4) is known color: Royal Blue. HEX triplet: 27, 4E and E4. RGB value is (39,78,228). Sum of RGB (Red+Green+Blue) = 39+78+228=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 228 (89.45% from 255 or 66.09% from 345); Max value from RGB is 228 - color contains mainly: blue. Hex color #274EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274EE4 is #D8B11B. Grayscale: #525252. Windows color (decimal): -14201116 or 14962215. OLE color: 14962215.

HSL color Cylindrical-coordinate representation of color #274EE4: hue angle of 227.62º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #274EE4 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 39 78 228 -
CMYK 0.83 0.66 0 0.11
HSL 227.62º 0.78% 0.52% -
HSV(B) 227.62º 0.83% 0.89% -
XYZ 17.56 11.48 74.69 -
YUV 83.44 209.58 96.3 -
System Red Green Blue C M Y K H S L
Decimal 39 78 228 0.83 0.66 0 0.11 227.62 0.78 0.52
Hex 27 4E E4 53 42 0 B E4 4E 34
Octal 47 116 344 123 102 0 13 344 116 64
Binary 100111 1001110 11100100 1010011 1000010 0 1011 11100100 1001110 110100

Color Harmonies of #274EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274EE4

Black with #274EE4

Text Example


Text Example

White with #274EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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