Html Css Color HEX #274FEA Royal Blue

📋 copy color: '#274FEA'

red 39 ◦ green 79 ◦ blue 234

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

Shades of Royal Blue #274FEA

Tints of Royal Blue #274FEA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.44%

 BLUE value IS 234 (91.8% from 255) = 66.48%

R = 11.08%
G = 22.44%
B = 66.48%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#274FEA (or 0x274FEA) is known color: Royal Blue. HEX triplet: 27, 4F and EA. RGB value is (39,79,234). Sum of RGB (Red+Green+Blue) = 39+79+234=352 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.08% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #274FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #274FEA is #D8B015. Grayscale: #545454. Windows color (decimal): -14200854 or 15355687. OLE color: 15355687.

HSL color Cylindrical-coordinate representation of color #274FEA: hue angle of 227.69º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #274FEA is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 39 79 234 -
CMYK 0.83 0.66 0 0.08
HSL 227.69º 0.82% 0.54% -
HSV(B) 227.69º 0.83% 0.92% -
XYZ 18.48 11.96 79.18 -
YUV 84.71 212.25 95.4 -
System Red Green Blue C M Y K H S L
Decimal 39 79 234 0.83 0.66 0 0.08 227.69 0.82 0.54
Hex 27 4F EA 53 42 0 8 E4 52 36
Octal 47 117 352 123 102 0 10 344 122 66
Binary 100111 1001111 11101010 1010011 1000010 0 1000 11100100 1010010 110110

Color Harmonies of #274FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274FEA

Black with #274FEA

Text Example


Text Example

White with #274FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,79,234); }

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

background-color css

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

 a { background-color: rgb(39,79,234); }

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

border-color css

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

 span { border-color: rgb(39,79,234); }

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