Html Css Color HEX #468ABC Curious Blue

📋 copy color: '#468ABC'

red 70 ◦ green 138 ◦ blue 188

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

Shades of Curious Blue #468ABC

Tints of Curious Blue #468ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.85%

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 17.68%
G = 34.85%
B = 47.47%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#468ABC (or 0x468ABC) is known color: Curious Blue. HEX triplet: 46, 8A and BC. RGB value is (70,138,188). Sum of RGB (Red+Green+Blue) = 70+138+188=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #468ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468ABC is #B97543. Grayscale: #7B7B7B. Windows color (decimal): -12154180 or 12356166. OLE color: 12356166.

HSL color Cylindrical-coordinate representation of color #468ABC: hue angle of 205.42º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #468ABC is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 138 188 -
CMYK 0.63 0.27 0 0.26
HSL 205.42º 0.47% 0.51% -
HSV(B) 205.42º 0.63% 0.74% -
XYZ 20.69 23.11 50.95 -
YUV 123.37 164.47 89.93 -
System Red Green Blue C M Y K H S L
Decimal 70 138 188 0.63 0.27 0 0.26 205.42 0.47 0.51
Hex 46 8A BC 3F 1B 0 1A CD 2F 33
Octal 106 212 274 77 33 0 32 315 57 63
Binary 1000110 10001010 10111100 111111 11011 0 11010 11001101 101111 110011

Color Harmonies of #468ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468ABC

Black with #468ABC

Text Example


Text Example

White with #468ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,138,188); }

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

background-color css

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

 a { background-color: rgb(70,138,188); }

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

border-color css

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

 span { border-color: rgb(70,138,188); }

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