Html Css Color HEX #4083BC Curious Blue

📋 copy color: '#4083BC'

red 64 ◦ green 131 ◦ blue 188

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

Shades of Curious Blue #4083BC

Tints of Curious Blue #4083BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 16.71%
G = 34.2%
B = 49.09%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4083BC (or 0x4083BC) is known color: Curious Blue. HEX triplet: 40, 83 and BC. RGB value is (64,131,188). Sum of RGB (Red+Green+Blue) = 64+131+188=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #4083BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4083BC is #BF7C43. Grayscale: #757575. Windows color (decimal): -12549188 or 12354368. OLE color: 12354368.

HSL color Cylindrical-coordinate representation of color #4083BC: hue angle of 207.58º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4083BC is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 131 188 -
CMYK 0.66 0.30 0 0.26
HSL 207.58º 0.49% 0.49% -
HSV(B) 207.58º 0.66% 0.74% -
XYZ 19.31 20.95 50.6 -
YUV 117.47 167.8 89.87 -
System Red Green Blue C M Y K H S L
Decimal 64 131 188 0.66 0.30 0 0.26 207.58 0.49 0.49
Hex 40 83 BC 42 1E 0 1A D0 31 31
Octal 100 203 274 102 36 0 32 320 61 61
Binary 1000000 10000011 10111100 1000010 11110 0 11010 11010000 110001 110001

Color Harmonies of #4083BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4083BC

Black with #4083BC

Text Example


Text Example

White with #4083BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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