Html Css Color HEX #4293DA Picton Blue

📋 copy color: '#4293DA'

red 66 ◦ green 147 ◦ blue 218

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

Shades of Picton Blue #4293DA

Tints of Picton Blue #4293DA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.11%

 BLUE value IS 218 (85.55% from 255) = 50.58%

R = 15.31%
G = 34.11%
B = 50.58%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4293DA (or 0x4293DA) is known color: Picton Blue. HEX triplet: 42, 93 and DA. RGB value is (66,147,218). Sum of RGB (Red+Green+Blue) = 66+147+218=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #4293DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4293DA is #BD6C25. Grayscale: #828282. Windows color (decimal): -12413990 or 14324546. OLE color: 14324546.

HSL color Cylindrical-coordinate representation of color #4293DA: hue angle of 208.03º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4293DA is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 147 218 -
CMYK 0.70 0.33 0 0.15
HSL 208.03º 0.67% 0.56% -
HSV(B) 208.03º 0.7% 0.85% -
XYZ 25.34 27.09 70.22 -
YUV 130.88 177.16 81.73 -
System Red Green Blue C M Y K H S L
Decimal 66 147 218 0.70 0.33 0 0.15 208.03 0.67 0.56
Hex 42 93 DA 46 21 0 F D0 43 38
Octal 102 223 332 106 41 0 17 320 103 70
Binary 1000010 10010011 11011010 1000110 100001 0 1111 11010000 1000011 111000

Color Harmonies of #4293DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4293DA

Black with #4293DA

Text Example


Text Example

White with #4293DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4293DA; }

 p { color: rgb(66,147,218); }

 H1.HeaderClassName
 {
   color: #4293DA;
 }
 .AnyTagClassName
 {
   color: #4293DA;
 }
</style>

background-color css

<style>
 a { background-color: #4293DA; }

 a { background-color: rgb(66,147,218); }

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

border-color css

<style>
 span { border-color: #4293DA; }

 span { border-color: rgb(66,147,218); }

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