Html Css Color HEX #4095CF Curious Blue

📋 copy color: '#4095CF'

red 64 ◦ green 149 ◦ blue 207

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

Shades of Curious Blue #4095CF

Tints of Curious Blue #4095CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.48%

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

R = 15.24%
G = 35.48%
B = 49.29%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4095CF (or 0x4095CF) is known color: Curious Blue. HEX triplet: 40, 95 and CF. RGB value is (64,149,207). Sum of RGB (Red+Green+Blue) = 64+149+207=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #4095CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4095CF is #BF6A30. Grayscale: #818181. Windows color (decimal): -12544561 or 13604160. OLE color: 13604160.

HSL color Cylindrical-coordinate representation of color #4095CF: hue angle of 204.34º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4095CF is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 149 207 -
CMYK 0.69 0.28 0 0.19
HSL 204.34º 0.6% 0.53% -
HSV(B) 204.34º 0.69% 0.81% -
XYZ 24.12 27.09 62.99 -
YUV 130.2 171.34 80.78 -
System Red Green Blue C M Y K H S L
Decimal 64 149 207 0.69 0.28 0 0.19 204.34 0.6 0.53
Hex 40 95 CF 45 1C 0 13 CC 3C 35
Octal 100 225 317 105 34 0 23 314 74 65
Binary 1000000 10010101 11001111 1000101 11100 0 10011 11001100 111100 110101

Color Harmonies of #4095CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4095CF

Black with #4095CF

Text Example


Text Example

White with #4095CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,149,207); }

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

background-color css

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

 a { background-color: rgb(64,149,207); }

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

border-color css

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

 span { border-color: rgb(64,149,207); }

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