Html Css Color HEX #468DCC Curious Blue

📋 copy color: '#468DCC'

red 70 ◦ green 141 ◦ blue 204

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

Shades of Curious Blue #468DCC

Tints of Curious Blue #468DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 16.87%
G = 33.98%
B = 49.16%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#468DCC (or 0x468DCC) is known color: Curious Blue. HEX triplet: 46, 8D and CC. RGB value is (70,141,204). Sum of RGB (Red+Green+Blue) = 70+141+204=415 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.87% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #468DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DCC is #B97233. Grayscale: #7E7E7E. Windows color (decimal): -12153396 or 13405510. OLE color: 13405510.

HSL color Cylindrical-coordinate representation of color #468DCC: hue angle of 208.21º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #468DCC is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 141 204 -
CMYK 0.66 0.31 0 0.2
HSL 208.21º 0.57% 0.54% -
HSV(B) 208.21º 0.66% 0.8% -
XYZ 22.95 24.71 60.69 -
YUV 126.95 171.48 87.38 -
System Red Green Blue C M Y K H S L
Decimal 70 141 204 0.66 0.31 0 0.2 208.21 0.57 0.54
Hex 46 8D CC 42 1F 0 14 D0 39 36
Octal 106 215 314 102 37 0 24 320 71 66
Binary 1000110 10001101 11001100 1000010 11111 0 10100 11010000 111001 110110

Color Harmonies of #468DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468DCC

Black with #468DCC

Text Example


Text Example

White with #468DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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