Html Css Color HEX #3080CE Curious Blue

📋 copy color: '#3080CE'

red 48 ◦ green 128 ◦ blue 206

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

Shades of Curious Blue #3080CE

Tints of Curious Blue #3080CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.93%

R = 12.57%
G = 33.51%
B = 53.93%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3080CE (or 0x3080CE) is known color: Curious Blue. HEX triplet: 30, 80 and CE. RGB value is (48,128,206). Sum of RGB (Red+Green+Blue) = 48+128+206=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #3080CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3080CE is #CF7F31. Grayscale: #707070. Windows color (decimal): -13598514 or 13533232. OLE color: 13533232.

HSL color Cylindrical-coordinate representation of color #3080CE: hue angle of 209.62º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3080CE is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 128 206 -
CMYK 0.77 0.38 0 0.19
HSL 209.62º 0.62% 0.5% -
HSV(B) 209.62º 0.77% 0.81% -
XYZ 20.08 20.52 61.3 -
YUV 112.97 180.5 81.66 -
System Red Green Blue C M Y K H S L
Decimal 48 128 206 0.77 0.38 0 0.19 209.62 0.62 0.5
Hex 30 80 CE 4D 26 0 13 D2 3E 32
Octal 60 200 316 115 46 0 23 322 76 62
Binary 110000 10000000 11001110 1001101 100110 0 10011 11010010 111110 110010

Color Harmonies of #3080CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3080CE

Black with #3080CE

Text Example


Text Example

White with #3080CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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