Html Css Color HEX #274CEF Royal Blue

📋 copy color: '#274CEF'

red 39 ◦ green 76 ◦ blue 239

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

Shades of Royal Blue #274CEF

Tints of Royal Blue #274CEF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.47%

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

R = 11.02%
G = 21.47%
B = 67.51%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#274CEF (or 0x274CEF) is known color: Royal Blue. HEX triplet: 27, 4C and EF. RGB value is (39,76,239). Sum of RGB (Red+Green+Blue) = 39+76+239=354 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.02% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #274CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #274CEF is #D8B310. Grayscale: #525252. Windows color (decimal): -14201617 or 15682599. OLE color: 15682599.

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

Color convert

RGB 39 76 239 -
CMYK 0.84 0.68 0 0.06
HSL 228.9º 0.86% 0.55% -
HSV(B) 228.9º 0.84% 0.94% -
XYZ 19 11.83 82.94 -
YUV 83.52 215.74 96.25 -
System Red Green Blue C M Y K H S L
Decimal 39 76 239 0.84 0.68 0 0.06 228.9 0.86 0.55
Hex 27 4C EF 54 44 0 6 E5 56 37
Octal 47 114 357 124 104 0 6 345 126 67
Binary 100111 1001100 11101111 1010100 1000100 0 110 11100101 1010110 110111

Color Harmonies of #274CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274CEF

Black with #274CEF

Text Example


Text Example

White with #274CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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