Html Css Color HEX #274FF1 Royal Blue

📋 copy color: '#274FF1'

red 39 ◦ green 79 ◦ blue 241

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

Shades of Royal Blue #274FF1

Tints of Royal Blue #274FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 67.13%

R = 10.86%
G = 22.01%
B = 67.13%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#274FF1 (or 0x274FF1) is known color: Royal Blue. HEX triplet: 27, 4F and F1. RGB value is (39,79,241). Sum of RGB (Red+Green+Blue) = 39+79+241=359 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.86% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 241 (94.53% from 255 or 67.13% from 359); Max value from RGB is 241 - color contains mainly: blue. Hex color #274FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #274FF1 is #D8B00E. Grayscale: #545454. Windows color (decimal): -14200847 or 15814439. OLE color: 15814439.

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

Color convert

RGB 39 79 241 -
CMYK 0.84 0.67 0 0.05
HSL 228.12º 0.88% 0.55% -
HSV(B) 228.12º 0.84% 0.95% -
XYZ 19.51 12.37 84.58 -
YUV 85.51 215.75 94.83 -
System Red Green Blue C M Y K H S L
Decimal 39 79 241 0.84 0.67 0 0.05 228.12 0.88 0.55
Hex 27 4F F1 54 43 0 5 E4 58 37
Octal 47 117 361 124 103 0 5 344 130 67
Binary 100111 1001111 11110001 1010100 1000011 0 101 11100100 1011000 110111

Color Harmonies of #274FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274FF1

Black with #274FF1

Text Example


Text Example

White with #274FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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