Html Css Color HEX #274DF1 Royal Blue

📋 copy color: '#274DF1'

red 39 ◦ green 77 ◦ blue 241

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

Shades of Royal Blue #274DF1

Tints of Royal Blue #274DF1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.57%

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

R = 10.92%
G = 21.57%
B = 67.51%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#274DF1 (or 0x274DF1) is known color: Royal Blue. HEX triplet: 27, 4D and F1. RGB value is (39,77,241). Sum of RGB (Red+Green+Blue) = 39+77+241=357 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.92% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 241 (94.53% from 255 or 67.51% from 357); Max value from RGB is 241 - color contains mainly: blue. Hex color #274DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #274DF1 is #D8B20E. Grayscale: #535353. Windows color (decimal): -14201359 or 15813927. OLE color: 15813927.

HSL color Cylindrical-coordinate representation of color #274DF1: hue angle of 228.71º 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 #274DF1 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 39 77 241 -
CMYK 0.84 0.68 0 0.05
HSL 228.71º 0.88% 0.55% -
HSV(B) 228.71º 0.84% 0.95% -
XYZ 19.37 12.09 84.53 -
YUV 84.33 216.41 95.66 -
System Red Green Blue C M Y K H S L
Decimal 39 77 241 0.84 0.68 0 0.05 228.71 0.88 0.55
Hex 27 4D F1 54 44 0 5 E5 58 37
Octal 47 115 361 124 104 0 5 345 130 67
Binary 100111 1001101 11110001 1010100 1000100 0 101 11100101 1011000 110111

Color Harmonies of #274DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274DF1

Black with #274DF1

Text Example


Text Example

White with #274DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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