Html Css Color HEX #3083CF Curious Blue

📋 copy color: '#3083CF'

red 48 ◦ green 131 ◦ blue 207

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

Shades of Curious Blue #3083CF

Tints of Curious Blue #3083CF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.94%

 BLUE value IS 207 (81.25% from 255) = 53.63%

R = 12.44%
G = 33.94%
B = 53.63%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3083CF (or 0x3083CF) is known color: Curious Blue. HEX triplet: 30, 83 and CF. RGB value is (48,131,207). Sum of RGB (Red+Green+Blue) = 48+131+207=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #3083CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3083CF is #CF7C30. Grayscale: #727272. Windows color (decimal): -13597745 or 13599536. OLE color: 13599536.

HSL color Cylindrical-coordinate representation of color #3083CF: hue angle of 208.68º 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 #3083CF is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 131 207 -
CMYK 0.77 0.37 0 0.19
HSL 208.68º 0.62% 0.5% -
HSV(B) 208.68º 0.77% 0.81% -
XYZ 20.6 21.37 62.07 -
YUV 114.85 180 80.32 -
System Red Green Blue C M Y K H S L
Decimal 48 131 207 0.77 0.37 0 0.19 208.68 0.62 0.5
Hex 30 83 CF 4D 25 0 13 D1 3E 32
Octal 60 203 317 115 45 0 23 321 76 62
Binary 110000 10000011 11001111 1001101 100101 0 10011 11010001 111110 110010

Color Harmonies of #3083CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3083CF

Black with #3083CF

Text Example


Text Example

White with #3083CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3083CF; }

 p { color: rgb(48,131,207); }

 H1.HeaderClassName
 {
   color: #3083CF;
 }
 .AnyTagClassName
 {
   color: #3083CF;
 }
</style>

background-color css

<style>
 a { background-color: #3083CF; }

 a { background-color: rgb(48,131,207); }

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

border-color css

<style>
 span { border-color: #3083CF; }

 span { border-color: rgb(48,131,207); }

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