Html Css Color HEX #4298CE Picton Blue

📋 copy color: '#4298CE'

red 66 ◦ green 152 ◦ blue 206

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

Shades of Picton Blue #4298CE

Tints of Picton Blue #4298CE

RGB

 RED value IS 66 (26.17% from 255) = 15.57%

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

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

R = 15.57%
G = 35.85%
B = 48.58%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4298CE (or 0x4298CE) is known color: Picton Blue. HEX triplet: 42, 98 and CE. RGB value is (66,152,206). Sum of RGB (Red+Green+Blue) = 66+152+206=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #4298CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4298CE is #BD6731. Grayscale: #848484. Windows color (decimal): -12412722 or 13539394. OLE color: 13539394.

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

Color convert

RGB 66 152 206 -
CMYK 0.68 0.26 0 0.19
HSL 203.14º 0.59% 0.53% -
HSV(B) 203.14º 0.68% 0.81% -
XYZ 24.62 28.07 62.51 -
YUV 132.44 169.51 80.61 -
System Red Green Blue C M Y K H S L
Decimal 66 152 206 0.68 0.26 0 0.19 203.14 0.59 0.53
Hex 42 98 CE 44 1A 0 13 CB 3B 35
Octal 102 230 316 104 32 0 23 313 73 65
Binary 1000010 10011000 11001110 1000100 11010 0 10011 11001011 111011 110101

Color Harmonies of #4298CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4298CE

Black with #4298CE

Text Example


Text Example

White with #4298CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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