Html Css Color HEX #2B60F4 Royal Blue

📋 copy color: '#2B60F4'

red 43 ◦ green 96 ◦ blue 244

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

Shades of Royal Blue #2B60F4

Tints of Royal Blue #2B60F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 63.71%

R = 11.23%
G = 25.07%
B = 63.71%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2B60F4 (or 0x2B60F4) is known color: Royal Blue. HEX triplet: 2B, 60 and F4. RGB value is (43,96,244). Sum of RGB (Red+Green+Blue) = 43+96+244=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 244 (95.70% from 255 or 63.71% from 383); Max value from RGB is 244 - color contains mainly: blue. Hex color #2B60F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B60F4 is #D49F0B. Grayscale: #606060. Windows color (decimal): -13934348 or 16015403. OLE color: 16015403.

HSL color Cylindrical-coordinate representation of color #2B60F4: hue angle of 224.18º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B60F4 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 43 96 244 -
CMYK 0.82 0.61 0 0.04
HSL 224.18º 0.9% 0.56% -
HSV(B) 224.18º 0.82% 0.96% -
XYZ 21.51 15.41 87.43 -
YUV 97.03 210.94 89.47 -
System Red Green Blue C M Y K H S L
Decimal 43 96 244 0.82 0.61 0 0.04 224.18 0.9 0.56
Hex 2B 60 F4 52 3D 0 4 E0 5A 38
Octal 53 140 364 122 75 0 4 340 132 70
Binary 101011 1100000 11110100 1010010 111101 0 100 11100000 1011010 111000

Color Harmonies of #2B60F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B60F4

Black with #2B60F4

Text Example


Text Example

White with #2B60F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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