Html Css Color HEX #274BF1 Royal Blue

📋 copy color: '#274BF1'

red 39 ◦ green 75 ◦ blue 241

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

Shades of Royal Blue #274BF1

Tints of Royal Blue #274BF1

RGB

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

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

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

R = 10.99%
G = 21.13%
B = 67.89%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#274BF1 (or 0x274BF1) is known color: Royal Blue. HEX triplet: 27, 4B and F1. RGB value is (39,75,241). Sum of RGB (Red+Green+Blue) = 39+75+241=355 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.99% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 241 (94.53% from 255 or 67.89% from 355); Max value from RGB is 241 - color contains mainly: blue. Hex color #274BF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #274BF1 is #D8B40E. Grayscale: #525252. Windows color (decimal): -14201871 or 15813415. OLE color: 15813415.

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

Color convert

RGB 39 75 241 -
CMYK 0.84 0.69 0 0.05
HSL 229.31º 0.88% 0.55% -
HSV(B) 229.31º 0.84% 0.95% -
XYZ 19.23 11.81 84.49 -
YUV 83.16 217.07 96.5 -
System Red Green Blue C M Y K H S L
Decimal 39 75 241 0.84 0.69 0 0.05 229.31 0.88 0.55
Hex 27 4B F1 54 45 0 5 E5 58 37
Octal 47 113 361 124 105 0 5 345 130 67
Binary 100111 1001011 11110001 1010100 1000101 0 101 11100101 1011000 110111

Color Harmonies of #274BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274BF1

Black with #274BF1

Text Example


Text Example

White with #274BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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