Html Css Color HEX #468CC8 Curious Blue

📋 copy color: '#468CC8'

red 70 ◦ green 140 ◦ blue 200

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

Shades of Curious Blue #468CC8

Tints of Curious Blue #468CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 48.78%

R = 17.07%
G = 34.15%
B = 48.78%

CMYK

 C value IS 0.65

 M value IS 0.3

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#468CC8 (or 0x468CC8) is known color: Curious Blue. HEX triplet: 46, 8C and C8. RGB value is (70,140,200). Sum of RGB (Red+Green+Blue) = 70+140+200=410 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.07% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 200 (78.52% from 255 or 48.78% from 410); Max value from RGB is 200 - color contains mainly: blue. Hex color #468CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468CC8 is #B97337. Grayscale: #7D7D7D. Windows color (decimal): -12153656 or 13143110. OLE color: 13143110.

HSL color Cylindrical-coordinate representation of color #468CC8: hue angle of 207.69º degrees, saturation: 0.54, 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 #468CC8 is Cyan = 0.65, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 140 200 -
CMYK 0.65 0.3 0 0.22
HSL 207.69º 0.54% 0.53% -
HSV(B) 207.69º 0.65% 0.78% -
XYZ 22.33 24.23 58.14 -
YUV 125.91 169.81 88.12 -
System Red Green Blue C M Y K H S L
Decimal 70 140 200 0.65 0.3 0 0.22 207.69 0.54 0.53
Hex 46 8C C8 41 1E 0 16 D0 36 35
Octal 106 214 310 101 36 0 26 320 66 65
Binary 1000110 10001100 11001000 1000001 11110 0 10110 11010000 110110 110101

Color Harmonies of #468CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468CC8

Black with #468CC8

Text Example


Text Example

White with #468CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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