Html Css Color HEX #2B60EF Royal Blue

📋 copy color: '#2B60EF'

red 43 ◦ green 96 ◦ blue 239

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

Shades of Royal Blue #2B60EF

Tints of Royal Blue #2B60EF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.4%

 BLUE value IS 239 (93.75% from 255) = 63.23%

R = 11.38%
G = 25.4%
B = 63.23%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2B60EF (or 0x2B60EF) is known color: Royal Blue. HEX triplet: 2B, 60 and EF. RGB value is (43,96,239). Sum of RGB (Red+Green+Blue) = 43+96+239=378 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.38% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B60EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B60EF is #D49F10. Grayscale: #5F5F5F. Windows color (decimal): -13934353 or 15687723. OLE color: 15687723.

HSL color Cylindrical-coordinate representation of color #2B60EF: hue angle of 223.78º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B60EF is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 96 239 -
CMYK 0.82 0.60 0 0.06
HSL 223.78º 0.86% 0.55% -
HSV(B) 223.78º 0.82% 0.94% -
XYZ 20.76 15.11 83.48 -
YUV 96.46 208.44 89.87 -
System Red Green Blue C M Y K H S L
Decimal 43 96 239 0.82 0.60 0 0.06 223.78 0.86 0.55
Hex 2B 60 EF 52 3C 0 6 E0 56 37
Octal 53 140 357 122 74 0 6 340 126 67
Binary 101011 1100000 11101111 1010010 111100 0 110 11100000 1010110 110111

Color Harmonies of #2B60EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B60EF

Black with #2B60EF

Text Example


Text Example

White with #2B60EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,96,239); }

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

background-color css

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

 a { background-color: rgb(43,96,239); }

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

border-color css

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

 span { border-color: rgb(43,96,239); }

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