Html Css Color HEX #4181CC Curious Blue

📋 copy color: '#4181CC'

red 65 ◦ green 129 ◦ blue 204

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

Shades of Curious Blue #4181CC

Tints of Curious Blue #4181CC

RGB

 RED value IS 65 (25.78% from 255) = 16.33%

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

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 16.33%
G = 32.41%
B = 51.26%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4181CC (or 0x4181CC) is known color: Curious Blue. HEX triplet: 41, 81 and CC. RGB value is (65,129,204). Sum of RGB (Red+Green+Blue) = 65+129+204=398 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.33% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #4181CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4181CC is #BE7E33. Grayscale: #767676. Windows color (decimal): -12484148 or 13402433. OLE color: 13402433.

HSL color Cylindrical-coordinate representation of color #4181CC: hue angle of 212.37º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4181CC is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 129 204 -
CMYK 0.68 0.37 0 0.2
HSL 212.37º 0.58% 0.53% -
HSV(B) 212.37º 0.68% 0.8% -
XYZ 20.93 21.18 60.11 -
YUV 118.41 176.3 89.9 -
System Red Green Blue C M Y K H S L
Decimal 65 129 204 0.68 0.37 0 0.2 212.37 0.58 0.53
Hex 41 81 CC 44 25 0 14 D4 3A 35
Octal 101 201 314 104 45 0 24 324 72 65
Binary 1000001 10000001 11001100 1000100 100101 0 10100 11010100 111010 110101

Color Harmonies of #4181CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4181CC

Black with #4181CC

Text Example


Text Example

White with #4181CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4181CC; }

 p { color: rgb(65,129,204); }

 H1.HeaderClassName
 {
   color: #4181CC;
 }
 .AnyTagClassName
 {
   color: #4181CC;
 }
</style>

background-color css

<style>
 a { background-color: #4181CC; }

 a { background-color: rgb(65,129,204); }

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

border-color css

<style>
 span { border-color: #4181CC; }

 span { border-color: rgb(65,129,204); }

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