Html Css Color HEX #4098CF Picton Blue

📋 copy color: '#4098CF'

red 64 ◦ green 152 ◦ blue 207

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

Shades of Picton Blue #4098CF

Tints of Picton Blue #4098CF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.93%

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

R = 15.13%
G = 35.93%
B = 48.94%

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

#4098CF (or 0x4098CF) is known color: Picton Blue. HEX triplet: 40, 98 and CF. RGB value is (64,152,207). Sum of RGB (Red+Green+Blue) = 64+152+207=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #4098CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4098CF is #BF6730. Grayscale: #838383. Windows color (decimal): -12543793 or 13604928. OLE color: 13604928.

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

Color convert

RGB 64 152 207 -
CMYK 0.69 0.27 0 0.19
HSL 203.08º 0.6% 0.53% -
HSV(B) 203.08º 0.69% 0.81% -
XYZ 24.61 28.05 63.15 -
YUV 131.96 170.35 79.53 -
System Red Green Blue C M Y K H S L
Decimal 64 152 207 0.69 0.27 0 0.19 203.08 0.6 0.53
Hex 40 98 CF 45 1B 0 13 CB 3C 35
Octal 100 230 317 105 33 0 23 313 74 65
Binary 1000000 10011000 11001111 1000101 11011 0 10011 11001011 111100 110101

Color Harmonies of #4098CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4098CF

Black with #4098CF

Text Example


Text Example

White with #4098CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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