Html Css Color HEX #274BEF Royal Blue

📋 copy color: '#274BEF'

red 39 ◦ green 75 ◦ blue 239

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

Shades of Royal Blue #274BEF

Tints of Royal Blue #274BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.71%

R = 11.05%
G = 21.25%
B = 67.71%

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

#274BEF (or 0x274BEF) is known color: Royal Blue. HEX triplet: 27, 4B and EF. RGB value is (39,75,239). Sum of RGB (Red+Green+Blue) = 39+75+239=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 239 (93.75% from 255 or 67.71% from 353); Max value from RGB is 239 - color contains mainly: blue. Hex color #274BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #274BEF is #D8B410. Grayscale: #525252. Windows color (decimal): -14201873 or 15682343. OLE color: 15682343.

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

Color convert

RGB 39 75 239 -
CMYK 0.84 0.69 0 0.06
HSL 229.2º 0.86% 0.55% -
HSV(B) 229.2º 0.84% 0.94% -
XYZ 18.93 11.7 82.92 -
YUV 82.93 216.07 96.66 -
System Red Green Blue C M Y K H S L
Decimal 39 75 239 0.84 0.69 0 0.06 229.2 0.86 0.55
Hex 27 4B EF 54 45 0 6 E5 56 37
Octal 47 113 357 124 105 0 6 345 126 67
Binary 100111 1001011 11101111 1010100 1000101 0 110 11100101 1010110 110111

Color Harmonies of #274BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274BEF

Black with #274BEF

Text Example


Text Example

White with #274BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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