Html Css Color HEX #274EEF Royal Blue

📋 copy color: '#274EEF'

red 39 ◦ green 78 ◦ blue 239

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

Shades of Royal Blue #274EEF

Tints of Royal Blue #274EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.91%

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

R = 10.96%
G = 21.91%
B = 67.13%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#274EEF (or 0x274EEF) is known color: Royal Blue. HEX triplet: 27, 4E and EF. RGB value is (39,78,239). Sum of RGB (Red+Green+Blue) = 39+78+239=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #274EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #274EEF is #D8B110. Grayscale: #545454. Windows color (decimal): -14201105 or 15683111. OLE color: 15683111.

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

Color convert

RGB 39 78 239 -
CMYK 0.84 0.67 0 0.06
HSL 228.3º 0.86% 0.55% -
HSV(B) 228.3º 0.84% 0.94% -
XYZ 19.14 12.11 82.99 -
YUV 84.69 215.08 95.41 -
System Red Green Blue C M Y K H S L
Decimal 39 78 239 0.84 0.67 0 0.06 228.3 0.86 0.55
Hex 27 4E EF 54 43 0 6 E4 56 37
Octal 47 116 357 124 103 0 6 344 126 67
Binary 100111 1001110 11101111 1010100 1000011 0 110 11100100 1010110 110111

Color Harmonies of #274EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274EEF

Black with #274EEF

Text Example


Text Example

White with #274EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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