Html Css Color HEX #274AED Royal Blue

📋 copy color: '#274AED'

red 39 ◦ green 74 ◦ blue 237

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

Shades of Royal Blue #274AED

Tints of Royal Blue #274AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.14%

 BLUE value IS 237 (92.97% from 255) = 67.71%

R = 11.14%
G = 21.14%
B = 67.71%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#274AED (or 0x274AED) is known color: Royal Blue. HEX triplet: 27, 4A and ED. RGB value is (39,74,237). Sum of RGB (Red+Green+Blue) = 39+74+237=350 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.14% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #274AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #274AED is #D8B512. Grayscale: #515151. Windows color (decimal): -14202131 or 15551015. OLE color: 15551015.

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

Color convert

RGB 39 74 237 -
CMYK 0.84 0.69 0 0.07
HSL 229.39º 0.85% 0.54% -
HSV(B) 229.39º 0.84% 0.93% -
XYZ 18.57 11.44 81.35 -
YUV 82.12 215.4 97.25 -
System Red Green Blue C M Y K H S L
Decimal 39 74 237 0.84 0.69 0 0.07 229.39 0.85 0.54
Hex 27 4A ED 54 45 0 7 E5 55 36
Octal 47 112 355 124 105 0 7 345 125 66
Binary 100111 1001010 11101101 1010100 1000101 0 111 11100101 1010101 110110

Color Harmonies of #274AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274AED

Black with #274AED

Text Example


Text Example

White with #274AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,74,237); }

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

background-color css

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

 a { background-color: rgb(39,74,237); }

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

border-color css

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

 span { border-color: rgb(39,74,237); }

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