Html Css Color HEX #274BF0 Royal Blue

📋 copy color: '#274BF0'

red 39 ◦ green 75 ◦ blue 240

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

Shades of Royal Blue #274BF0

Tints of Royal Blue #274BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 67.8%

R = 11.02%
G = 21.19%
B = 67.8%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#274BF0 (or 0x274BF0) is known color: Royal Blue. HEX triplet: 27, 4B and F0. RGB value is (39,75,240). Sum of RGB (Red+Green+Blue) = 39+75+240=354 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.02% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 240 (94.14% from 255 or 67.80% from 354); Max value from RGB is 240 - color contains mainly: blue. Hex color #274BF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #274BF0 is #D8B40F. Grayscale: #525252. Windows color (decimal): -14201872 or 15747879. OLE color: 15747879.

HSL color Cylindrical-coordinate representation of color #274BF0: hue angle of 229.25º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #274BF0 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 39 75 240 -
CMYK 0.84 0.69 0 0.06
HSL 229.25º 0.87% 0.55% -
HSV(B) 229.25º 0.84% 0.94% -
XYZ 19.08 11.75 83.7 -
YUV 83.05 216.57 96.58 -
System Red Green Blue C M Y K H S L
Decimal 39 75 240 0.84 0.69 0 0.06 229.25 0.87 0.55
Hex 27 4B F0 54 45 0 6 E5 57 37
Octal 47 113 360 124 105 0 6 345 127 67
Binary 100111 1001011 11110000 1010100 1000101 0 110 11100101 1010111 110111

Color Harmonies of #274BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274BF0

Black with #274BF0

Text Example


Text Example

White with #274BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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