Html Css Color HEX #4290CA Curious Blue

📋 copy color: '#4290CA'

red 66 ◦ green 144 ◦ blue 202

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

Shades of Curious Blue #4290CA

Tints of Curious Blue #4290CA

RGB

 RED value IS 66 (26.17% from 255) = 16.02%

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

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

R = 16.02%
G = 34.95%
B = 49.03%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4290CA (or 0x4290CA) is known color: Curious Blue. HEX triplet: 42, 90 and CA. RGB value is (66,144,202). Sum of RGB (Red+Green+Blue) = 66+144+202=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #4290CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4290CA is #BD6F35. Grayscale: #7E7E7E. Windows color (decimal): -12414774 or 13275202. OLE color: 13275202.

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

Color convert

RGB 66 144 202 -
CMYK 0.67 0.29 0 0.21
HSL 205.59º 0.56% 0.53% -
HSV(B) 205.59º 0.67% 0.79% -
XYZ 22.88 25.37 59.57 -
YUV 127.29 170.16 84.28 -
System Red Green Blue C M Y K H S L
Decimal 66 144 202 0.67 0.29 0 0.21 205.59 0.56 0.53
Hex 42 90 CA 43 1D 0 15 CE 38 35
Octal 102 220 312 103 35 0 25 316 70 65
Binary 1000010 10010000 11001010 1000011 11101 0 10101 11001110 111000 110101

Color Harmonies of #4290CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4290CA

Black with #4290CA

Text Example


Text Example

White with #4290CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,144,202); }

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

background-color css

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

 a { background-color: rgb(66,144,202); }

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

border-color css

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

 span { border-color: rgb(66,144,202); }

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