Html Css Color HEX #4291CF Curious Blue

📋 copy color: '#4291CF'

red 66 ◦ green 145 ◦ blue 207

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

Shades of Curious Blue #4291CF

Tints of Curious Blue #4291CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 15.79%
G = 34.69%
B = 49.52%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4291CF (or 0x4291CF) is known color: Curious Blue. HEX triplet: 42, 91 and CF. RGB value is (66,145,207). Sum of RGB (Red+Green+Blue) = 66+145+207=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #4291CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4291CF is #BD6E30. Grayscale: #808080. Windows color (decimal): -12414513 or 13603138. OLE color: 13603138.

HSL color Cylindrical-coordinate representation of color #4291CF: hue angle of 206.38º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4291CF is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 145 207 -
CMYK 0.68 0.30 0 0.19
HSL 206.38º 0.59% 0.54% -
HSV(B) 206.38º 0.68% 0.81% -
XYZ 23.63 25.91 62.79 -
YUV 128.45 172.33 83.46 -
System Red Green Blue C M Y K H S L
Decimal 66 145 207 0.68 0.30 0 0.19 206.38 0.59 0.54
Hex 42 91 CF 44 1E 0 13 CE 3B 36
Octal 102 221 317 104 36 0 23 316 73 66
Binary 1000010 10010001 11001111 1000100 11110 0 10011 11001110 111011 110110

Color Harmonies of #4291CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4291CF

Black with #4291CF

Text Example


Text Example

White with #4291CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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