Html Css Color HEX #2B5CFC Royal Blue

📋 copy color: '#2B5CFC'

red 43 ◦ green 92 ◦ blue 252

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

Shades of Royal Blue #2B5CFC

Tints of Royal Blue #2B5CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.12%

R = 11.11%
G = 23.77%
B = 65.12%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2B5CFC (or 0x2B5CFC) is known color: Royal Blue. HEX triplet: 2B, 5C and FC. RGB value is (43,92,252). Sum of RGB (Red+Green+Blue) = 43+92+252=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #2B5CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5CFC is #D4A303. Grayscale: #5E5E5E. Windows color (decimal): -13935364 or 16538667. OLE color: 16538667.

HSL color Cylindrical-coordinate representation of color #2B5CFC: hue angle of 225.93º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B5CFC is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 43 92 252 -
CMYK 0.83 0.63 0 0.01
HSL 225.93º 0.97% 0.58% -
HSV(B) 225.93º 0.83% 0.99% -
XYZ 22.39 15.2 93.85 -
YUV 95.59 216.27 90.49 -
System Red Green Blue C M Y K H S L
Decimal 43 92 252 0.83 0.63 0 0.01 225.93 0.97 0.58
Hex 2B 5C FC 53 3F 0 1 E2 61 3A
Octal 53 134 374 123 77 0 1 342 141 72
Binary 101011 1011100 11111100 1010011 111111 0 1 11100010 1100001 111010

Color Harmonies of #2B5CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5CFC

Black with #2B5CFC

Text Example


Text Example

White with #2B5CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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