Html Css Color HEX #468BC9 Curious Blue

📋 copy color: '#468BC9'

red 70 ◦ green 139 ◦ blue 201

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

Shades of Curious Blue #468BC9

Tints of Curious Blue #468BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.02%

R = 17.07%
G = 33.9%
B = 49.02%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#468BC9 (or 0x468BC9) is known color: Curious Blue. HEX triplet: 46, 8B and C9. RGB value is (70,139,201). Sum of RGB (Red+Green+Blue) = 70+139+201=410 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.07% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #468BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468BC9 is #B97436. Grayscale: #7D7D7D. Windows color (decimal): -12153911 or 13208390. OLE color: 13208390.

HSL color Cylindrical-coordinate representation of color #468BC9: hue angle of 208.4º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #468BC9 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 139 201 -
CMYK 0.65 0.31 0 0.21
HSL 208.4º 0.55% 0.53% -
HSV(B) 208.4º 0.65% 0.79% -
XYZ 22.3 23.98 58.71 -
YUV 125.44 170.64 88.46 -
System Red Green Blue C M Y K H S L
Decimal 70 139 201 0.65 0.31 0 0.21 208.4 0.55 0.53
Hex 46 8B C9 41 1F 0 15 D0 37 35
Octal 106 213 311 101 37 0 25 320 67 65
Binary 1000110 10001011 11001001 1000001 11111 0 10101 11010000 110111 110101

Color Harmonies of #468BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468BC9

Black with #468BC9

Text Example


Text Example

White with #468BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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