Html Css Color HEX #2B5FEE Royal Blue

📋 copy color: '#2B5FEE'

red 43 ◦ green 95 ◦ blue 238

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

Shades of Royal Blue #2B5FEE

Tints of Royal Blue #2B5FEE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.27%

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

R = 11.44%
G = 25.27%
B = 63.3%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2B5FEE (or 0x2B5FEE) is known color: Royal Blue. HEX triplet: 2B, 5F and EE. RGB value is (43,95,238). Sum of RGB (Red+Green+Blue) = 43+95+238=376 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.44% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 238 (93.36% from 255 or 63.30% from 376); Max value from RGB is 238 - color contains mainly: blue. Hex color #2B5FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5FEE is #D4A011. Grayscale: #5F5F5F. Windows color (decimal): -13934610 or 15621931. OLE color: 15621931.

HSL color Cylindrical-coordinate representation of color #2B5FEE: hue angle of 224º 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 #2B5FEE is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 95 238 -
CMYK 0.82 0.60 0 0.07
HSL 224º 0.85% 0.55% -
HSV(B) 224º 0.82% 0.93% -
XYZ 20.52 14.87 82.68 -
YUV 95.75 208.27 90.37 -
System Red Green Blue C M Y K H S L
Decimal 43 95 238 0.82 0.60 0 0.07 224 0.85 0.55
Hex 2B 5F EE 52 3C 0 7 E0 55 37
Octal 53 137 356 122 74 0 7 340 125 67
Binary 101011 1011111 11101110 1010010 111100 0 111 11100000 1010101 110111

Color Harmonies of #2B5FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5FEE

Black with #2B5FEE

Text Example


Text Example

White with #2B5FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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