Html Css Color HEX #274BE6 Royal Blue

📋 copy color: '#274BE6'

red 39 ◦ green 75 ◦ blue 230

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

Shades of Royal Blue #274BE6

Tints of Royal Blue #274BE6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.8%

 BLUE value IS 230 (90.23% from 255) = 66.86%

R = 11.34%
G = 21.8%
B = 66.86%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#274BE6 (or 0x274BE6) is known color: Royal Blue. HEX triplet: 27, 4B and E6. RGB value is (39,75,230). Sum of RGB (Red+Green+Blue) = 39+75+230=344 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.34% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 230 (90.23% from 255 or 66.86% from 344); Max value from RGB is 230 - color contains mainly: blue. Hex color #274BE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #274BE6 is #D8B419. Grayscale: #515151. Windows color (decimal): -14201882 or 15092519. OLE color: 15092519.

HSL color Cylindrical-coordinate representation of color #274BE6: hue angle of 228.69º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #274BE6 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 39 75 230 -
CMYK 0.83 0.67 0 0.10
HSL 228.69º 0.79% 0.53% -
HSV(B) 228.69º 0.83% 0.9% -
XYZ 17.64 11.18 76.09 -
YUV 81.91 211.57 97.4 -
System Red Green Blue C M Y K H S L
Decimal 39 75 230 0.83 0.67 0 0.10 228.69 0.79 0.53
Hex 27 4B E6 53 43 0 A E5 4F 35
Octal 47 113 346 123 103 0 12 345 117 65
Binary 100111 1001011 11100110 1010011 1000011 0 1010 11100101 1001111 110101

Color Harmonies of #274BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274BE6

Black with #274BE6

Text Example


Text Example

White with #274BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,75,230); }

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

background-color css

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

 a { background-color: rgb(39,75,230); }

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

border-color css

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

 span { border-color: rgb(39,75,230); }

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