Html Css Color HEX #468CDF Picton Blue

📋 copy color: '#468CDF'

red 70 ◦ green 140 ◦ blue 223

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

Shades of Picton Blue #468CDF

Tints of Picton Blue #468CDF

RGB

 RED value IS 70 (27.73% from 255) = 16.17%

 GREEN value IS 140 (55.08% from 255) = 32.33%

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 16.17%
G = 32.33%
B = 51.5%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#468CDF (or 0x468CDF) is known color: Picton Blue. HEX triplet: 46, 8C and DF. RGB value is (70,140,223). Sum of RGB (Red+Green+Blue) = 70+140+223=433 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.17% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #468CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468CDF is #B97320. Grayscale: #808080. Windows color (decimal): -12153633 or 14650438. OLE color: 14650438.

HSL color Cylindrical-coordinate representation of color #468CDF: hue angle of 212.55º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #468CDF is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 140 223 -
CMYK 0.69 0.37 0 0.13
HSL 212.55º 0.71% 0.57% -
HSV(B) 212.55º 0.69% 0.87% -
XYZ 25.22 25.39 73.38 -
YUV 128.53 181.31 86.25 -
System Red Green Blue C M Y K H S L
Decimal 70 140 223 0.69 0.37 0 0.13 212.55 0.71 0.57
Hex 46 8C DF 45 25 0 D D5 47 39
Octal 106 214 337 105 45 0 15 325 107 71
Binary 1000110 10001100 11011111 1000101 100101 0 1101 11010101 1000111 111001

Color Harmonies of #468CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468CDF

Black with #468CDF

Text Example


Text Example

White with #468CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468CDF; }

 p { color: rgb(70,140,223); }

 H1.HeaderClassName
 {
   color: #468CDF;
 }
 .AnyTagClassName
 {
   color: #468CDF;
 }
</style>

background-color css

<style>
 a { background-color: #468CDF; }

 a { background-color: rgb(70,140,223); }

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

border-color css

<style>
 span { border-color: #468CDF; }

 span { border-color: rgb(70,140,223); }

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