Html Css Color HEX #468CBD Curious Blue

📋 copy color: '#468CBD'

red 70 ◦ green 140 ◦ blue 189

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

Shades of Curious Blue #468CBD

Tints of Curious Blue #468CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.37%

R = 17.54%
G = 35.09%
B = 47.37%

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

#468CBD (or 0x468CBD) is known color: Curious Blue. HEX triplet: 46, 8C and BD. RGB value is (70,140,189). Sum of RGB (Red+Green+Blue) = 70+140+189=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #468CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468CBD is #B97342. Grayscale: #7C7C7C. Windows color (decimal): -12153667 or 12422214. OLE color: 12422214.

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

Color convert

RGB 70 140 189 -
CMYK 0.63 0.26 0 0.26
HSL 204.71º 0.47% 0.51% -
HSV(B) 204.71º 0.63% 0.74% -
XYZ 21.09 23.73 51.61 -
YUV 124.66 164.31 89.02 -
System Red Green Blue C M Y K H S L
Decimal 70 140 189 0.63 0.26 0 0.26 204.71 0.47 0.51
Hex 46 8C BD 3F 1A 0 1A CD 2F 33
Octal 106 214 275 77 32 0 32 315 57 63
Binary 1000110 10001100 10111101 111111 11010 0 11010 11001101 101111 110011

Color Harmonies of #468CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468CBD

Black with #468CBD

Text Example


Text Example

White with #468CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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