Html Css Color HEX #4190D3 Curious Blue

📋 copy color: '#4190D3'

red 65 ◦ green 144 ◦ blue 211

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

Shades of Curious Blue #4190D3

Tints of Curious Blue #4190D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 50.24%

R = 15.48%
G = 34.29%
B = 50.24%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#4190D3 (or 0x4190D3) is known color: Curious Blue. HEX triplet: 41, 90 and D3. RGB value is (65,144,211). Sum of RGB (Red+Green+Blue) = 65+144+211=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 211 (82.81% from 255 or 50.24% from 420); Max value from RGB is 211 - color contains mainly: blue. Hex color #4190D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4190D3 is #BE6F2C. Grayscale: #7F7F7F. Windows color (decimal): -12480301 or 13865025. OLE color: 13865025.

HSL color Cylindrical-coordinate representation of color #4190D3: hue angle of 207.53º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4190D3 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 65 144 211 -
CMYK 0.69 0.32 0 0.17
HSL 207.53º 0.62% 0.54% -
HSV(B) 207.53º 0.69% 0.83% -
XYZ 23.91 25.77 65.34 -
YUV 128.02 174.83 83.05 -
System Red Green Blue C M Y K H S L
Decimal 65 144 211 0.69 0.32 0 0.17 207.53 0.62 0.54
Hex 41 90 D3 45 20 0 11 D0 3E 36
Octal 101 220 323 105 40 0 21 320 76 66
Binary 1000001 10010000 11010011 1000101 100000 0 10001 11010000 111110 110110

Color Harmonies of #4190D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4190D3

Black with #4190D3

Text Example


Text Example

White with #4190D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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