Html Css Color HEX #4097CF Picton Blue

📋 copy color: '#4097CF'

red 64 ◦ green 151 ◦ blue 207

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

Shades of Picton Blue #4097CF

Tints of Picton Blue #4097CF

RGB

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

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

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

R = 15.17%
G = 35.78%
B = 49.05%

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

#4097CF (or 0x4097CF) is known color: Picton Blue. HEX triplet: 40, 97 and CF. RGB value is (64,151,207). Sum of RGB (Red+Green+Blue) = 64+151+207=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #4097CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4097CF is #BF6830. Grayscale: #838383. Windows color (decimal): -12544049 or 13604672. OLE color: 13604672.

HSL color Cylindrical-coordinate representation of color #4097CF: hue angle of 203.5º degrees, saturation: 0.6, 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 #4097CF is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 151 207 -
CMYK 0.69 0.27 0 0.19
HSL 203.5º 0.6% 0.53% -
HSV(B) 203.5º 0.69% 0.81% -
XYZ 24.44 27.73 63.1 -
YUV 131.37 170.68 79.95 -
System Red Green Blue C M Y K H S L
Decimal 64 151 207 0.69 0.27 0 0.19 203.5 0.6 0.53
Hex 40 97 CF 45 1B 0 13 CB 3C 35
Octal 100 227 317 105 33 0 23 313 74 65
Binary 1000000 10010111 11001111 1000101 11011 0 10011 11001011 111100 110101

Color Harmonies of #4097CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4097CF

Black with #4097CF

Text Example


Text Example

White with #4097CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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