Html Css Color HEX #4081C7 Curious Blue

📋 copy color: '#4081C7'

red 64 ◦ green 129 ◦ blue 199

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

Shades of Curious Blue #4081C7

Tints of Curious Blue #4081C7

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.91%

 BLUE value IS 199 (78.13% from 255) = 50.77%

R = 16.33%
G = 32.91%
B = 50.77%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4081C7 (or 0x4081C7) is known color: Curious Blue. HEX triplet: 40, 81 and C7. RGB value is (64,129,199). Sum of RGB (Red+Green+Blue) = 64+129+199=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 199 (78.12% from 255 or 50.77% from 392); Max value from RGB is 199 - color contains mainly: blue. Hex color #4081C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4081C7 is #BF7E38. Grayscale: #757575. Windows color (decimal): -12549689 or 13074752. OLE color: 13074752.

HSL color Cylindrical-coordinate representation of color #4081C7: hue angle of 211.11º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4081C7 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 129 199 -
CMYK 0.68 0.35 0 0.22
HSL 211.11º 0.55% 0.52% -
HSV(B) 211.11º 0.68% 0.78% -
XYZ 20.27 20.91 57 -
YUV 117.55 173.97 89.81 -
System Red Green Blue C M Y K H S L
Decimal 64 129 199 0.68 0.35 0 0.22 211.11 0.55 0.52
Hex 40 81 C7 44 23 0 16 D3 37 34
Octal 100 201 307 104 43 0 26 323 67 64
Binary 1000000 10000001 11000111 1000100 100011 0 10110 11010011 110111 110100

Color Harmonies of #4081C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4081C7

Black with #4081C7

Text Example


Text Example

White with #4081C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4081C7; }

 p { color: rgb(64,129,199); }

 H1.HeaderClassName
 {
   color: #4081C7;
 }
 .AnyTagClassName
 {
   color: #4081C7;
 }
</style>

background-color css

<style>
 a { background-color: #4081C7; }

 a { background-color: rgb(64,129,199); }

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

border-color css

<style>
 span { border-color: #4081C7; }

 span { border-color: rgb(64,129,199); }

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