Html Css Color HEX #4291CC Curious Blue

📋 copy color: '#4291CC'

red 66 ◦ green 145 ◦ blue 204

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

Shades of Curious Blue #4291CC

Tints of Curious Blue #4291CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.94%

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

R = 15.9%
G = 34.94%
B = 49.16%

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

#4291CC (or 0x4291CC) is known color: Curious Blue. HEX triplet: 42, 91 and CC. RGB value is (66,145,204). Sum of RGB (Red+Green+Blue) = 66+145+204=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #4291CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4291CC is #BD6E33. Grayscale: #7F7F7F. Windows color (decimal): -12414516 or 13406530. OLE color: 13406530.

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

Color convert

RGB 66 145 204 -
CMYK 0.68 0.29 0 0.2
HSL 205.65º 0.58% 0.53% -
HSV(B) 205.65º 0.68% 0.8% -
XYZ 23.27 25.77 60.87 -
YUV 128.11 170.83 83.7 -
System Red Green Blue C M Y K H S L
Decimal 66 145 204 0.68 0.29 0 0.2 205.65 0.58 0.53
Hex 42 91 CC 44 1D 0 14 CE 3A 35
Octal 102 221 314 104 35 0 24 316 72 65
Binary 1000010 10010001 11001100 1000100 11101 0 10100 11001110 111010 110101

Color Harmonies of #4291CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4291CC

Black with #4291CC

Text Example


Text Example

White with #4291CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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