Html Css Color HEX #4190CB Curious Blue

📋 copy color: '#4190CB'

red 65 ◦ green 144 ◦ blue 203

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

Shades of Curious Blue #4190CB

Tints of Curious Blue #4190CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.27%

R = 15.78%
G = 34.95%
B = 49.27%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4190CB (or 0x4190CB) is known color: Curious Blue. HEX triplet: 41, 90 and CB. RGB value is (65,144,203). Sum of RGB (Red+Green+Blue) = 65+144+203=412 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.78% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #4190CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4190CB is #BE6F34. Grayscale: #7E7E7E. Windows color (decimal): -12480309 or 13340737. OLE color: 13340737.

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

Color convert

RGB 65 144 203 -
CMYK 0.68 0.29 0 0.20
HSL 205.65º 0.57% 0.53% -
HSV(B) 205.65º 0.68% 0.8% -
XYZ 22.93 25.38 60.19 -
YUV 127.11 170.83 83.7 -
System Red Green Blue C M Y K H S L
Decimal 65 144 203 0.68 0.29 0 0.20 205.65 0.57 0.53
Hex 41 90 CB 44 1D 0 14 CE 39 35
Octal 101 220 313 104 35 0 24 316 71 65
Binary 1000001 10010000 11001011 1000100 11101 0 10100 11001110 111001 110101

Color Harmonies of #4190CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4190CB

Black with #4190CB

Text Example


Text Example

White with #4190CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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