Html Css Color HEX #468BC5 Curious Blue

📋 copy color: '#468BC5'

red 70 ◦ green 139 ◦ blue 197

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

Shades of Curious Blue #468BC5

Tints of Curious Blue #468BC5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.24%

 BLUE value IS 197 (77.34% from 255) = 48.52%

R = 17.24%
G = 34.24%
B = 48.52%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#468BC5 (or 0x468BC5) is known color: Curious Blue. HEX triplet: 46, 8B and C5. RGB value is (70,139,197). Sum of RGB (Red+Green+Blue) = 70+139+197=406 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.24% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 197 - color contains mainly: blue. Hex color #468BC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468BC5 is #B9743A. Grayscale: #7C7C7C. Windows color (decimal): -12153915 or 12946246. OLE color: 12946246.

HSL color Cylindrical-coordinate representation of color #468BC5: hue angle of 207.4º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #468BC5 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 70 139 197 -
CMYK 0.64 0.29 0 0.23
HSL 207.4º 0.52% 0.52% -
HSV(B) 207.4º 0.64% 0.77% -
XYZ 21.84 23.8 56.27 -
YUV 124.98 168.64 88.78 -
System Red Green Blue C M Y K H S L
Decimal 70 139 197 0.64 0.29 0 0.23 207.4 0.52 0.52
Hex 46 8B C5 40 1D 0 17 CF 34 34
Octal 106 213 305 100 35 0 27 317 64 64
Binary 1000110 10001011 11000101 1000000 11101 0 10111 11001111 110100 110100

Color Harmonies of #468BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468BC5

Black with #468BC5

Text Example


Text Example

White with #468BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,139,197); }

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

background-color css

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

 a { background-color: rgb(70,139,197); }

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

border-color css

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

 span { border-color: rgb(70,139,197); }

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