Html Css Color HEX #2B4FEE Royal Blue

📋 copy color: '#2B4FEE'

red 43 ◦ green 79 ◦ blue 238

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

Shades of Royal Blue #2B4FEE

Tints of Royal Blue #2B4FEE

RGB

 RED value IS 43 (17.19% from 255) = 11.94%

 GREEN value IS 79 (31.25% from 255) = 21.94%

 BLUE value IS 238 (93.36% from 255) = 66.11%

R = 11.94%
G = 21.94%
B = 66.11%

CMYK

 C value IS 0.82

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2B4FEE (or 0x2B4FEE) is known color: Royal Blue. HEX triplet: 2B, 4F and EE. RGB value is (43,79,238). Sum of RGB (Red+Green+Blue) = 43+79+238=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 238 (93.36% from 255 or 66.11% from 360); Max value from RGB is 238 - color contains mainly: blue. Hex color #2B4FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B4FEE is #D4B011. Grayscale: #555555. Windows color (decimal): -13938706 or 15617835. OLE color: 15617835.

HSL color Cylindrical-coordinate representation of color #2B4FEE: hue angle of 228.92º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B4FEE is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 79 238 -
CMYK 0.82 0.67 0 0.07
HSL 228.92º 0.85% 0.55% -
HSV(B) 228.92º 0.82% 0.93% -
XYZ 19.22 12.28 82.25 -
YUV 86.36 213.57 97.07 -
System Red Green Blue C M Y K H S L
Decimal 43 79 238 0.82 0.67 0 0.07 228.92 0.85 0.55
Hex 2B 4F EE 52 43 0 7 E5 55 37
Octal 53 117 356 122 103 0 7 345 125 67
Binary 101011 1001111 11101110 1010010 1000011 0 111 11100101 1010101 110111

Color Harmonies of #2B4FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4FEE

Black with #2B4FEE

Text Example


Text Example

White with #2B4FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,79,238); }

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

background-color css

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

 a { background-color: rgb(43,79,238); }

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

border-color css

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

 span { border-color: rgb(43,79,238); }

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