Html Css Color HEX #4097CE Picton Blue

📋 copy color: '#4097CE'

red 64 ◦ green 151 ◦ blue 206

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

Shades of Picton Blue #4097CE

Tints of Picton Blue #4097CE

RGB

 RED value IS 64 (25.39% from 255) = 15.2%

 GREEN value IS 151 (59.38% from 255) = 35.87%

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 15.2%
G = 35.87%
B = 48.93%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4097CE (or 0x4097CE) is known color: Picton Blue. HEX triplet: 40, 97 and CE. RGB value is (64,151,206). Sum of RGB (Red+Green+Blue) = 64+151+206=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #4097CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4097CE is #BF6831. Grayscale: #828282. Windows color (decimal): -12544050 or 13539136. OLE color: 13539136.

HSL color Cylindrical-coordinate representation of color #4097CE: hue angle of 203.24º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4097CE is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 151 206 -
CMYK 0.69 0.27 0 0.19
HSL 203.24º 0.59% 0.53% -
HSV(B) 203.24º 0.69% 0.81% -
XYZ 24.32 27.68 62.45 -
YUV 131.26 170.18 80.03 -
System Red Green Blue C M Y K H S L
Decimal 64 151 206 0.69 0.27 0 0.19 203.24 0.59 0.53
Hex 40 97 CE 45 1B 0 13 CB 3B 35
Octal 100 227 316 105 33 0 23 313 73 65
Binary 1000000 10010111 11001110 1000101 11011 0 10011 11001011 111011 110101

Color Harmonies of #4097CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4097CE

Black with #4097CE

Text Example


Text Example

White with #4097CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4097CE; }

 p { color: rgb(64,151,206); }

 H1.HeaderClassName
 {
   color: #4097CE;
 }
 .AnyTagClassName
 {
   color: #4097CE;
 }
</style>

background-color css

<style>
 a { background-color: #4097CE; }

 a { background-color: rgb(64,151,206); }

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

border-color css

<style>
 span { border-color: #4097CE; }

 span { border-color: rgb(64,151,206); }

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