Html Css Color HEX #2B5CEE Royal Blue

📋 copy color: '#2B5CEE'

red 43 ◦ green 92 ◦ blue 238

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

Shades of Royal Blue #2B5CEE

Tints of Royal Blue #2B5CEE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.66%

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

R = 11.53%
G = 24.66%
B = 63.81%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2B5CEE (or 0x2B5CEE) is known color: Royal Blue. HEX triplet: 2B, 5C and EE. RGB value is (43,92,238). Sum of RGB (Red+Green+Blue) = 43+92+238=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 238 (93.36% from 255 or 63.81% from 373); Max value from RGB is 238 - color contains mainly: blue. Hex color #2B5CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5CEE is #D4A311. Grayscale: #5D5D5D. Windows color (decimal): -13935378 or 15621163. OLE color: 15621163.

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

Color convert

RGB 43 92 238 -
CMYK 0.82 0.61 0 0.07
HSL 224.92º 0.85% 0.55% -
HSV(B) 224.92º 0.82% 0.93% -
XYZ 20.26 14.34 82.59 -
YUV 93.99 209.27 91.63 -
System Red Green Blue C M Y K H S L
Decimal 43 92 238 0.82 0.61 0 0.07 224.92 0.85 0.55
Hex 2B 5C EE 52 3D 0 7 E1 55 37
Octal 53 134 356 122 75 0 7 341 125 67
Binary 101011 1011100 11101110 1010010 111101 0 111 11100001 1010101 110111

Color Harmonies of #2B5CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5CEE

Black with #2B5CEE

Text Example


Text Example

White with #2B5CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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