Html Css Color HEX #4290CC Curious Blue

📋 copy color: '#4290CC'

red 66 ◦ green 144 ◦ blue 204

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

Shades of Curious Blue #4290CC

Tints of Curious Blue #4290CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 15.94%
G = 34.78%
B = 49.28%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4290CC (or 0x4290CC) is known color: Curious Blue. HEX triplet: 42, 90 and CC. RGB value is (66,144,204). Sum of RGB (Red+Green+Blue) = 66+144+204=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #4290CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4290CC is #BD6F33. Grayscale: #7F7F7F. Windows color (decimal): -12414772 or 13406274. OLE color: 13406274.

HSL color Cylindrical-coordinate representation of color #4290CC: hue angle of 206.09º 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 #4290CC is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 144 204 -
CMYK 0.68 0.29 0 0.2
HSL 206.09º 0.58% 0.53% -
HSV(B) 206.09º 0.68% 0.8% -
XYZ 23.12 25.46 60.82 -
YUV 127.52 171.16 84.12 -
System Red Green Blue C M Y K H S L
Decimal 66 144 204 0.68 0.29 0 0.2 206.09 0.58 0.53
Hex 42 90 CC 44 1D 0 14 CE 3A 35
Octal 102 220 314 104 35 0 24 316 72 65
Binary 1000010 10010000 11001100 1000100 11101 0 10100 11001110 111010 110101

Color Harmonies of #4290CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4290CC

Black with #4290CC

Text Example


Text Example

White with #4290CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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