Html Css Color HEX #4099CB Curious Blue

📋 copy color: '#4099CB'

red 64 ◦ green 153 ◦ blue 203

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

Shades of Curious Blue #4099CB

Tints of Curious Blue #4099CB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.43%

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 15.24%
G = 36.43%
B = 48.33%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4099CB (or 0x4099CB) is known color: Curious Blue. HEX triplet: 40, 99 and CB. RGB value is (64,153,203). Sum of RGB (Red+Green+Blue) = 64+153+203=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #4099CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4099CB is #BF6634. Grayscale: #838383. Windows color (decimal): -12543541 or 13343040. OLE color: 13343040.

HSL color Cylindrical-coordinate representation of color #4099CB: hue angle of 201.58º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4099CB is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 153 203 -
CMYK 0.68 0.25 0 0.20
HSL 201.58º 0.57% 0.52% -
HSV(B) 201.58º 0.68% 0.8% -
XYZ 24.29 28.18 60.66 -
YUV 132.09 168.01 79.43 -
System Red Green Blue C M Y K H S L
Decimal 64 153 203 0.68 0.25 0 0.20 201.58 0.57 0.52
Hex 40 99 CB 44 19 0 14 CA 39 34
Octal 100 231 313 104 31 0 24 312 71 64
Binary 1000000 10011001 11001011 1000100 11001 0 10100 11001010 111001 110100

Color Harmonies of #4099CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4099CB

Black with #4099CB

Text Example


Text Example

White with #4099CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4099CB; }

 p { color: rgb(64,153,203); }

 H1.HeaderClassName
 {
   color: #4099CB;
 }
 .AnyTagClassName
 {
   color: #4099CB;
 }
</style>

background-color css

<style>
 a { background-color: #4099CB; }

 a { background-color: rgb(64,153,203); }

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

border-color css

<style>
 span { border-color: #4099CB; }

 span { border-color: rgb(64,153,203); }

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