Html Css Color HEX #468EC6 Curious Blue

📋 copy color: '#468EC6'

red 70 ◦ green 142 ◦ blue 198

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

Shades of Curious Blue #468EC6

Tints of Curious Blue #468EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.29%

R = 17.07%
G = 34.63%
B = 48.29%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#468EC6 (or 0x468EC6) is known color: Curious Blue. HEX triplet: 46, 8E and C6. RGB value is (70,142,198). Sum of RGB (Red+Green+Blue) = 70+142+198=410 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.07% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 198 - color contains mainly: blue. Hex color #468EC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468EC6 is #B97139. Grayscale: #7E7E7E. Windows color (decimal): -12153146 or 13012550. OLE color: 13012550.

HSL color Cylindrical-coordinate representation of color #468EC6: hue angle of 206.25º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #468EC6 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 142 198 -
CMYK 0.65 0.28 0 0.22
HSL 206.25º 0.53% 0.53% -
HSV(B) 206.25º 0.65% 0.78% -
XYZ 22.39 24.73 57.02 -
YUV 126.86 168.15 87.45 -
System Red Green Blue C M Y K H S L
Decimal 70 142 198 0.65 0.28 0 0.22 206.25 0.53 0.53
Hex 46 8E C6 41 1C 0 16 CE 35 35
Octal 106 216 306 101 34 0 26 316 65 65
Binary 1000110 10001110 11000110 1000001 11100 0 10110 11001110 110101 110101

Color Harmonies of #468EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468EC6

Black with #468EC6

Text Example


Text Example

White with #468EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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