Html Css Color HEX #2B80CC Curious Blue

📋 copy color: '#2B80CC'

red 43 ◦ green 128 ◦ blue 204

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

Shades of Curious Blue #2B80CC

Tints of Curious Blue #2B80CC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.13%

 BLUE value IS 204 (80.08% from 255) = 54.4%

R = 11.47%
G = 34.13%
B = 54.4%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2B80CC (or 0x2B80CC) is known color: Curious Blue. HEX triplet: 2B, 80 and CC. RGB value is (43,128,204). Sum of RGB (Red+Green+Blue) = 43+128+204=375 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.47% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B80CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B80CC is #D47F33. Grayscale: #6E6E6E. Windows color (decimal): -13926196 or 13402155. OLE color: 13402155.

HSL color Cylindrical-coordinate representation of color #2B80CC: hue angle of 208.32º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B80CC is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 43 128 204 -
CMYK 0.79 0.37 0 0.2
HSL 208.32º 0.65% 0.48% -
HSV(B) 208.32º 0.79% 0.8% -
XYZ 19.61 20.31 60.01 -
YUV 111.25 180.34 79.32 -
System Red Green Blue C M Y K H S L
Decimal 43 128 204 0.79 0.37 0 0.2 208.32 0.65 0.48
Hex 2B 80 CC 4F 25 0 14 D0 41 30
Octal 53 200 314 117 45 0 24 320 101 60
Binary 101011 10000000 11001100 1001111 100101 0 10100 11010000 1000001 110000

Color Harmonies of #2B80CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B80CC

Black with #2B80CC

Text Example


Text Example

White with #2B80CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,128,204); }

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

background-color css

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

 a { background-color: rgb(43,128,204); }

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

border-color css

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

 span { border-color: rgb(43,128,204); }

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