Html Css Color HEX #4083BD Curious Blue

📋 copy color: '#4083BD'

red 64 ◦ green 131 ◦ blue 189

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

Shades of Curious Blue #4083BD

Tints of Curious Blue #4083BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.22%

R = 16.67%
G = 34.11%
B = 49.22%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4083BD (or 0x4083BD) is known color: Curious Blue. HEX triplet: 40, 83 and BD. RGB value is (64,131,189). Sum of RGB (Red+Green+Blue) = 64+131+189=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #4083BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4083BD is #BF7C42. Grayscale: #757575. Windows color (decimal): -12549187 or 12419904. OLE color: 12419904.

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

Color convert

RGB 64 131 189 -
CMYK 0.66 0.31 0 0.26
HSL 207.84º 0.49% 0.5% -
HSV(B) 207.84º 0.66% 0.74% -
XYZ 19.42 21 51.17 -
YUV 117.58 168.3 89.78 -
System Red Green Blue C M Y K H S L
Decimal 64 131 189 0.66 0.31 0 0.26 207.84 0.49 0.5
Hex 40 83 BD 42 1F 0 1A D0 31 32
Octal 100 203 275 102 37 0 32 320 61 62
Binary 1000000 10000011 10111101 1000010 11111 0 11010 11010000 110001 110010

Color Harmonies of #4083BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4083BD

Black with #4083BD

Text Example


Text Example

White with #4083BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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