Html Css Color HEX #468EC1 Curious Blue

📋 copy color: '#468EC1'

red 70 ◦ green 142 ◦ blue 193

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

Shades of Curious Blue #468EC1

Tints of Curious Blue #468EC1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.06%

 BLUE value IS 193 (75.78% from 255) = 47.65%

R = 17.28%
G = 35.06%
B = 47.65%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#468EC1 (or 0x468EC1) is known color: Curious Blue. HEX triplet: 46, 8E and C1. RGB value is (70,142,193). Sum of RGB (Red+Green+Blue) = 70+142+193=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 193 - color contains mainly: blue. Hex color #468EC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468EC1 is #B9713E. Grayscale: #7E7E7E. Windows color (decimal): -12153151 or 12684870. OLE color: 12684870.

HSL color Cylindrical-coordinate representation of color #468EC1: hue angle of 204.88º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #468EC1 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 70 142 193 -
CMYK 0.64 0.26 0 0.24
HSL 204.88º 0.5% 0.52% -
HSV(B) 204.88º 0.64% 0.76% -
XYZ 21.82 24.5 54.03 -
YUV 126.29 165.65 87.85 -
System Red Green Blue C M Y K H S L
Decimal 70 142 193 0.64 0.26 0 0.24 204.88 0.5 0.52
Hex 46 8E C1 40 1A 0 18 CD 32 34
Octal 106 216 301 100 32 0 30 315 62 64
Binary 1000110 10001110 11000001 1000000 11010 0 11000 11001101 110010 110100

Color Harmonies of #468EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468EC1

Black with #468EC1

Text Example


Text Example

White with #468EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,142,193); }

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

background-color css

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

 a { background-color: rgb(70,142,193); }

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

border-color css

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

 span { border-color: rgb(70,142,193); }

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