Html Css Color HEX #4190CD Curious Blue

📋 copy color: '#4190CD'

red 65 ◦ green 144 ◦ blue 205

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

Shades of Curious Blue #4190CD

Tints of Curious Blue #4190CD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.78%

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 15.7%
G = 34.78%
B = 49.52%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4190CD (or 0x4190CD) is known color: Curious Blue. HEX triplet: 41, 90 and CD. RGB value is (65,144,205). Sum of RGB (Red+Green+Blue) = 65+144+205=414 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.70% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #4190CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4190CD is #BE6F32. Grayscale: #7F7F7F. Windows color (decimal): -12480307 or 13471809. OLE color: 13471809.

HSL color Cylindrical-coordinate representation of color #4190CD: hue angle of 206.14º 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 #4190CD is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 144 205 -
CMYK 0.68 0.30 0 0.20
HSL 206.14º 0.58% 0.53% -
HSV(B) 206.14º 0.68% 0.8% -
XYZ 23.17 25.48 61.45 -
YUV 127.33 171.83 83.54 -
System Red Green Blue C M Y K H S L
Decimal 65 144 205 0.68 0.30 0 0.20 206.14 0.58 0.53
Hex 41 90 CD 44 1E 0 14 CE 3A 35
Octal 101 220 315 104 36 0 24 316 72 65
Binary 1000001 10010000 11001101 1000100 11110 0 10100 11001110 111010 110101

Color Harmonies of #4190CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4190CD

Black with #4190CD

Text Example


Text Example

White with #4190CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4190CD; }

 p { color: rgb(65,144,205); }

 H1.HeaderClassName
 {
   color: #4190CD;
 }
 .AnyTagClassName
 {
   color: #4190CD;
 }
</style>

background-color css

<style>
 a { background-color: #4190CD; }

 a { background-color: rgb(65,144,205); }

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

border-color css

<style>
 span { border-color: #4190CD; }

 span { border-color: rgb(65,144,205); }

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