Html Css Color HEX #2F4CEB Royal Blue

📋 copy color: '#2F4CEB'

red 47 ◦ green 76 ◦ blue 235

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

Shades of Royal Blue #2F4CEB

Tints of Royal Blue #2F4CEB

RGB

 RED value IS 47 (18.75% from 255) = 13.13%

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

 BLUE value IS 235 (92.19% from 255) = 65.64%

R = 13.13%
G = 21.23%
B = 65.64%

CMYK

 C value IS 0.8

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2F4CEB (or 0x2F4CEB) is known color: Royal Blue. HEX triplet: 2F, 4C and EB. RGB value is (47,76,235). Sum of RGB (Red+Green+Blue) = 47+76+235=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F4CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F4CEB is #D0B314. Grayscale: #545454. Windows color (decimal): -13677333 or 15420463. OLE color: 15420463.

HSL color Cylindrical-coordinate representation of color #2F4CEB: hue angle of 230.74º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F4CEB is Cyan = 0.8, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 76 235 -
CMYK 0.8 0.68 0 0.08
HSL 230.74º 0.82% 0.55% -
HSV(B) 230.74º 0.8% 0.92% -
XYZ 18.75 11.77 79.88 -
YUV 85.46 212.39 100.57 -
System Red Green Blue C M Y K H S L
Decimal 47 76 235 0.8 0.68 0 0.08 230.74 0.82 0.55
Hex 2F 4C EB 50 44 0 8 E7 52 37
Octal 57 114 353 120 104 0 10 347 122 67
Binary 101111 1001100 11101011 1010000 1000100 0 1000 11100111 1010010 110111

Color Harmonies of #2F4CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4CEB

Black with #2F4CEB

Text Example


Text Example

White with #2F4CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F4CEB; }

 p { color: rgb(47,76,235); }

 H1.HeaderClassName
 {
   color: #2F4CEB;
 }
 .AnyTagClassName
 {
   color: #2F4CEB;
 }
</style>

background-color css

<style>
 a { background-color: #2F4CEB; }

 a { background-color: rgb(47,76,235); }

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

border-color css

<style>
 span { border-color: #2F4CEB; }

 span { border-color: rgb(47,76,235); }

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