Html Css Color HEX #4083BF Curious Blue

📋 copy color: '#4083BF'

red 64 ◦ green 131 ◦ blue 191

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

Shades of Curious Blue #4083BF

Tints of Curious Blue #4083BF

RGB

 RED value IS 64 (25.39% from 255) = 16.58%

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

 BLUE value IS 191 (75% from 255) = 49.48%

R = 16.58%
G = 33.94%
B = 49.48%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4083BF (or 0x4083BF) is known color: Curious Blue. HEX triplet: 40, 83 and BF. RGB value is (64,131,191). Sum of RGB (Red+Green+Blue) = 64+131+191=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #4083BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4083BF is #BF7C40. Grayscale: #757575. Windows color (decimal): -12549185 or 12550976. OLE color: 12550976.

HSL color Cylindrical-coordinate representation of color #4083BF: hue angle of 208.35º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4083BF is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 131 191 -
CMYK 0.66 0.31 0 0.25
HSL 208.35º 0.5% 0.5% -
HSV(B) 208.35º 0.66% 0.75% -
XYZ 19.63 21.08 52.33 -
YUV 117.81 169.3 89.62 -
System Red Green Blue C M Y K H S L
Decimal 64 131 191 0.66 0.31 0 0.25 208.35 0.5 0.5
Hex 40 83 BF 42 1F 0 19 D0 32 32
Octal 100 203 277 102 37 0 31 320 62 62
Binary 1000000 10000011 10111111 1000010 11111 0 11001 11010000 110010 110010

Color Harmonies of #4083BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4083BF

Black with #4083BF

Text Example


Text Example

White with #4083BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4083BF; }

 p { color: rgb(64,131,191); }

 H1.HeaderClassName
 {
   color: #4083BF;
 }
 .AnyTagClassName
 {
   color: #4083BF;
 }
</style>

background-color css

<style>
 a { background-color: #4083BF; }

 a { background-color: rgb(64,131,191); }

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

border-color css

<style>
 span { border-color: #4083BF; }

 span { border-color: rgb(64,131,191); }

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