Html Css Color HEX #4098CE Picton Blue

📋 copy color: '#4098CE'

red 64 ◦ green 152 ◦ blue 206

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

Shades of Picton Blue #4098CE

Tints of Picton Blue #4098CE

RGB

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

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

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

R = 15.17%
G = 36.02%
B = 48.82%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4098CE (or 0x4098CE) is known color: Picton Blue. HEX triplet: 40, 98 and CE. RGB value is (64,152,206). Sum of RGB (Red+Green+Blue) = 64+152+206=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #4098CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4098CE is #BF6731. Grayscale: #838383. Windows color (decimal): -12543794 or 13539392. OLE color: 13539392.

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

Color convert

RGB 64 152 206 -
CMYK 0.69 0.26 0 0.19
HSL 202.82º 0.59% 0.53% -
HSV(B) 202.82º 0.69% 0.81% -
XYZ 24.48 28 62.51 -
YUV 131.84 169.85 79.61 -
System Red Green Blue C M Y K H S L
Decimal 64 152 206 0.69 0.26 0 0.19 202.82 0.59 0.53
Hex 40 98 CE 45 1A 0 13 CB 3B 35
Octal 100 230 316 105 32 0 23 313 73 65
Binary 1000000 10011000 11001110 1000101 11010 0 10011 11001011 111011 110101

Color Harmonies of #4098CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4098CE

Black with #4098CE

Text Example


Text Example

White with #4098CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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