Html Css Color HEX #468CBC Curious Blue

📋 copy color: '#468CBC'

red 70 ◦ green 140 ◦ blue 188

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

Shades of Curious Blue #468CBC

Tints of Curious Blue #468CBC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

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

R = 17.59%
G = 35.18%
B = 47.24%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#468CBC (or 0x468CBC) is known color: Curious Blue. HEX triplet: 46, 8C and BC. RGB value is (70,140,188). Sum of RGB (Red+Green+Blue) = 70+140+188=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #468CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468CBC is #B97343. Grayscale: #7C7C7C. Windows color (decimal): -12153668 or 12356678. OLE color: 12356678.

HSL color Cylindrical-coordinate representation of color #468CBC: hue angle of 204.41º 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 #468CBC is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 140 188 -
CMYK 0.63 0.26 0 0.26
HSL 204.41º 0.47% 0.51% -
HSV(B) 204.41º 0.63% 0.74% -
XYZ 20.98 23.69 51.04 -
YUV 124.54 163.81 89.1 -
System Red Green Blue C M Y K H S L
Decimal 70 140 188 0.63 0.26 0 0.26 204.41 0.47 0.51
Hex 46 8C BC 3F 1A 0 1A CC 2F 33
Octal 106 214 274 77 32 0 32 314 57 63
Binary 1000110 10001100 10111100 111111 11010 0 11010 11001100 101111 110011

Color Harmonies of #468CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468CBC

Black with #468CBC

Text Example


Text Example

White with #468CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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