Html Css Color HEX #4181CA Curious Blue

📋 copy color: '#4181CA'

red 65 ◦ green 129 ◦ blue 202

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

Shades of Curious Blue #4181CA

Tints of Curious Blue #4181CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.01%

R = 16.41%
G = 32.58%
B = 51.01%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4181CA (or 0x4181CA) is known color: Curious Blue. HEX triplet: 41, 81 and CA. RGB value is (65,129,202). Sum of RGB (Red+Green+Blue) = 65+129+202=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #4181CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4181CA is #BE7E35. Grayscale: #757575. Windows color (decimal): -12484150 or 13271361. OLE color: 13271361.

HSL color Cylindrical-coordinate representation of color #4181CA: hue angle of 211.97º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4181CA is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 129 202 -
CMYK 0.68 0.36 0 0.21
HSL 211.97º 0.56% 0.52% -
HSV(B) 211.97º 0.68% 0.79% -
XYZ 20.69 21.09 58.86 -
YUV 118.19 175.3 90.06 -
System Red Green Blue C M Y K H S L
Decimal 65 129 202 0.68 0.36 0 0.21 211.97 0.56 0.52
Hex 41 81 CA 44 24 0 15 D4 38 34
Octal 101 201 312 104 44 0 25 324 70 64
Binary 1000001 10000001 11001010 1000100 100100 0 10101 11010100 111000 110100

Color Harmonies of #4181CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4181CA

Black with #4181CA

Text Example


Text Example

White with #4181CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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