Html Css Color HEX #4098CD Picton Blue

📋 copy color: '#4098CD'

red 64 ◦ green 152 ◦ blue 205

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

Shades of Picton Blue #4098CD

Tints of Picton Blue #4098CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 15.2%
G = 36.1%
B = 48.69%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4098CD (or 0x4098CD) is known color: Picton Blue. HEX triplet: 40, 98 and CD. RGB value is (64,152,205). Sum of RGB (Red+Green+Blue) = 64+152+205=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #4098CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4098CD is #BF6732. Grayscale: #838383. Windows color (decimal): -12543795 or 13473856. OLE color: 13473856.

HSL color Cylindrical-coordinate representation of color #4098CD: hue angle of 202.55º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4098CD is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 152 205 -
CMYK 0.69 0.26 0 0.20
HSL 202.55º 0.59% 0.53% -
HSV(B) 202.55º 0.69% 0.8% -
XYZ 24.36 27.95 61.87 -
YUV 131.73 169.35 79.69 -
System Red Green Blue C M Y K H S L
Decimal 64 152 205 0.69 0.26 0 0.20 202.55 0.59 0.53
Hex 40 98 CD 45 1A 0 14 CB 3B 35
Octal 100 230 315 105 32 0 24 313 73 65
Binary 1000000 10011000 11001101 1000101 11010 0 10100 11001011 111011 110101

Color Harmonies of #4098CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4098CD

Black with #4098CD

Text Example


Text Example

White with #4098CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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