Html Css Color HEX #468CC0 Curious Blue

📋 copy color: '#468CC0'

red 70 ◦ green 140 ◦ blue 192

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

Shades of Curious Blue #468CC0

Tints of Curious Blue #468CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.76%

R = 17.41%
G = 34.83%
B = 47.76%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#468CC0 (or 0x468CC0) is known color: Curious Blue. HEX triplet: 46, 8C and C0. RGB value is (70,140,192). Sum of RGB (Red+Green+Blue) = 70+140+192=402 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.41% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #468CC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468CC0 is #B9733F. Grayscale: #7C7C7C. Windows color (decimal): -12153664 or 12618822. OLE color: 12618822.

HSL color Cylindrical-coordinate representation of color #468CC0: hue angle of 205.57º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #468CC0 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 140 192 -
CMYK 0.64 0.27 0 0.25
HSL 205.57º 0.49% 0.51% -
HSV(B) 205.57º 0.64% 0.75% -
XYZ 21.42 23.86 53.35 -
YUV 125 165.81 88.77 -
System Red Green Blue C M Y K H S L
Decimal 70 140 192 0.64 0.27 0 0.25 205.57 0.49 0.51
Hex 46 8C C0 40 1B 0 19 CE 31 33
Octal 106 214 300 100 33 0 31 316 61 63
Binary 1000110 10001100 11000000 1000000 11011 0 11001 11001110 110001 110011

Color Harmonies of #468CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468CC0

Black with #468CC0

Text Example


Text Example

White with #468CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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