Html Css Color HEX #3080CB Curious Blue

📋 copy color: '#3080CB'

red 48 ◦ green 128 ◦ blue 203

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

Shades of Curious Blue #3080CB

Tints of Curious Blue #3080CB

RGB

 RED value IS 48 (19.14% from 255) = 12.66%

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

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

R = 12.66%
G = 33.77%
B = 53.56%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3080CB (or 0x3080CB) is known color: Curious Blue. HEX triplet: 30, 80 and CB. RGB value is (48,128,203). Sum of RGB (Red+Green+Blue) = 48+128+203=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #3080CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3080CB is #CF7F34. Grayscale: #707070. Windows color (decimal): -13598517 or 13336624. OLE color: 13336624.

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

Color convert

RGB 48 128 203 -
CMYK 0.76 0.37 0 0.20
HSL 209.03º 0.62% 0.49% -
HSV(B) 209.03º 0.76% 0.8% -
XYZ 19.72 20.38 59.39 -
YUV 112.63 179 81.9 -
System Red Green Blue C M Y K H S L
Decimal 48 128 203 0.76 0.37 0 0.20 209.03 0.62 0.49
Hex 30 80 CB 4C 25 0 14 D1 3E 31
Octal 60 200 313 114 45 0 24 321 76 61
Binary 110000 10000000 11001011 1001100 100101 0 10100 11010001 111110 110001

Color Harmonies of #3080CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3080CB

Black with #3080CB

Text Example


Text Example

White with #3080CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3080CB; }

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

 H1.HeaderClassName
 {
   color: #3080CB;
 }
 .AnyTagClassName
 {
   color: #3080CB;
 }
</style>

background-color css

<style>
 a { background-color: #3080CB; }

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

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

border-color css

<style>
 span { border-color: #3080CB; }

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

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