Html Css Color HEX #468FCC Curious Blue

📋 copy color: '#468FCC'

red 70 ◦ green 143 ◦ blue 204

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

Shades of Curious Blue #468FCC

Tints of Curious Blue #468FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.29%

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

R = 16.79%
G = 34.29%
B = 48.92%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#468FCC (or 0x468FCC) is known color: Curious Blue. HEX triplet: 46, 8F and CC. RGB value is (70,143,204). Sum of RGB (Red+Green+Blue) = 70+143+204=417 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.79% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #468FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FCC is #B97033. Grayscale: #7F7F7F. Windows color (decimal): -12152884 or 13406022. OLE color: 13406022.

HSL color Cylindrical-coordinate representation of color #468FCC: hue angle of 207.31º 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 #468FCC is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 143 204 -
CMYK 0.66 0.30 0 0.2
HSL 207.31º 0.57% 0.54% -
HSV(B) 207.31º 0.66% 0.8% -
XYZ 23.25 25.31 60.79 -
YUV 128.13 170.82 86.54 -
System Red Green Blue C M Y K H S L
Decimal 70 143 204 0.66 0.30 0 0.2 207.31 0.57 0.54
Hex 46 8F CC 42 1E 0 14 CF 39 36
Octal 106 217 314 102 36 0 24 317 71 66
Binary 1000110 10001111 11001100 1000010 11110 0 10100 11001111 111001 110110

Color Harmonies of #468FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468FCC

Black with #468FCC

Text Example


Text Example

White with #468FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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