Html Css Color HEX #2F80CB Curious Blue

📋 copy color: '#2F80CB'

red 47 ◦ green 128 ◦ blue 203

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

Shades of Curious Blue #2F80CB

Tints of Curious Blue #2F80CB

RGB

 RED value IS 47 (18.75% from 255) = 12.43%

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

 BLUE value IS 203 (79.69% from 255) = 53.7%

R = 12.43%
G = 33.86%
B = 53.7%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F80CB (or 0x2F80CB) is known color: Curious Blue. HEX triplet: 2F, 80 and CB. RGB value is (47,128,203). Sum of RGB (Red+Green+Blue) = 47+128+203=378 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.43% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F80CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F80CB is #D07F34. Grayscale: #6F6F6F. Windows color (decimal): -13664053 or 13336623. OLE color: 13336623.

HSL color Cylindrical-coordinate representation of color #2F80CB: hue angle of 208.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F80CB is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 128 203 -
CMYK 0.77 0.37 0 0.20
HSL 208.85º 0.62% 0.49% -
HSV(B) 208.85º 0.77% 0.8% -
XYZ 19.67 20.35 59.39 -
YUV 112.33 179.16 81.4 -
System Red Green Blue C M Y K H S L
Decimal 47 128 203 0.77 0.37 0 0.20 208.85 0.62 0.49
Hex 2F 80 CB 4D 25 0 14 D1 3E 31
Octal 57 200 313 115 45 0 24 321 76 61
Binary 101111 10000000 11001011 1001101 100101 0 10100 11010001 111110 110001

Color Harmonies of #2F80CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F80CB

Black with #2F80CB

Text Example


Text Example

White with #2F80CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,128,203); }

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

background-color css

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

 a { background-color: rgb(47,128,203); }

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

border-color css

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

 span { border-color: rgb(47,128,203); }

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