Html Css Color HEX #468DDF Picton Blue

📋 copy color: '#468DDF'

red 70 ◦ green 141 ◦ blue 223

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

Shades of Picton Blue #468DDF

Tints of Picton Blue #468DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.49%

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

R = 16.13%
G = 32.49%
B = 51.38%

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

#468DDF (or 0x468DDF) is known color: Picton Blue. HEX triplet: 46, 8D and DF. RGB value is (70,141,223). Sum of RGB (Red+Green+Blue) = 70+141+223=434 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.13% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #468DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DDF is #B97220. Grayscale: #808080. Windows color (decimal): -12153377 or 14650694. OLE color: 14650694.

HSL color Cylindrical-coordinate representation of color #468DDF: hue angle of 212.16º 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 #468DDF is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 141 223 -
CMYK 0.69 0.37 0 0.13
HSL 212.16º 0.71% 0.57% -
HSV(B) 212.16º 0.69% 0.87% -
XYZ 25.37 25.68 73.43 -
YUV 129.12 180.98 85.83 -
System Red Green Blue C M Y K H S L
Decimal 70 141 223 0.69 0.37 0 0.13 212.16 0.71 0.57
Hex 46 8D DF 45 25 0 D D4 47 39
Octal 106 215 337 105 45 0 15 324 107 71
Binary 1000110 10001101 11011111 1000101 100101 0 1101 11010100 1000111 111001

Color Harmonies of #468DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468DDF

Black with #468DDF

Text Example


Text Example

White with #468DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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