Html Css Color HEX #4299DB Picton Blue

📋 copy color: '#4299DB'

red 66 ◦ green 153 ◦ blue 219

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

Shades of Picton Blue #4299DB

Tints of Picton Blue #4299DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.93%

 BLUE value IS 219 (85.94% from 255) = 50%

R = 15.07%
G = 34.93%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4299DB (or 0x4299DB) is known color: Picton Blue. HEX triplet: 42, 99 and DB. RGB value is (66,153,219). Sum of RGB (Red+Green+Blue) = 66+153+219=438 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.07% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #4299DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4299DB is #BD6624. Grayscale: #868686. Windows color (decimal): -12412453 or 14391618. OLE color: 14391618.

HSL color Cylindrical-coordinate representation of color #4299DB: hue angle of 205.88º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4299DB is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 153 219 -
CMYK 0.70 0.30 0 0.14
HSL 205.88º 0.68% 0.56% -
HSV(B) 205.88º 0.7% 0.86% -
XYZ 26.42 29.06 71.23 -
YUV 134.51 175.68 79.13 -
System Red Green Blue C M Y K H S L
Decimal 66 153 219 0.70 0.30 0 0.14 205.88 0.68 0.56
Hex 42 99 DB 46 1E 0 E CE 44 38
Octal 102 231 333 106 36 0 16 316 104 70
Binary 1000010 10011001 11011011 1000110 11110 0 1110 11001110 1000100 111000

Color Harmonies of #4299DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4299DB

Black with #4299DB

Text Example


Text Example

White with #4299DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4299DB; }

 p { color: rgb(66,153,219); }

 H1.HeaderClassName
 {
   color: #4299DB;
 }
 .AnyTagClassName
 {
   color: #4299DB;
 }
</style>

background-color css

<style>
 a { background-color: #4299DB; }

 a { background-color: rgb(66,153,219); }

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

border-color css

<style>
 span { border-color: #4299DB; }

 span { border-color: rgb(66,153,219); }

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