Html Css Color HEX #468DC9 Curious Blue

📋 copy color: '#468DC9'

red 70 ◦ green 141 ◦ blue 201

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

Shades of Curious Blue #468DC9

Tints of Curious Blue #468DC9

RGB

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

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

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

R = 16.99%
G = 34.22%
B = 48.79%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#468DC9 (or 0x468DC9) is known color: Curious Blue. HEX triplet: 46, 8D and C9. RGB value is (70,141,201). Sum of RGB (Red+Green+Blue) = 70+141+201=412 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.99% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #468DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DC9 is #B97236. Grayscale: #7E7E7E. Windows color (decimal): -12153399 or 13208902. OLE color: 13208902.

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

Color convert

RGB 70 141 201 -
CMYK 0.65 0.30 0 0.21
HSL 207.48º 0.55% 0.53% -
HSV(B) 207.48º 0.65% 0.79% -
XYZ 22.59 24.57 58.81 -
YUV 126.61 169.98 87.62 -
System Red Green Blue C M Y K H S L
Decimal 70 141 201 0.65 0.30 0 0.21 207.48 0.55 0.53
Hex 46 8D C9 41 1E 0 15 CF 37 35
Octal 106 215 311 101 36 0 25 317 67 65
Binary 1000110 10001101 11001001 1000001 11110 0 10101 11001111 110111 110101

Color Harmonies of #468DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468DC9

Black with #468DC9

Text Example


Text Example

White with #468DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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