Html Css Color HEX #468DBB Curious Blue

📋 copy color: '#468DBB'

red 70 ◦ green 141 ◦ blue 187

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

Shades of Curious Blue #468DBB

Tints of Curious Blue #468DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.98%

R = 17.59%
G = 35.43%
B = 46.98%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#468DBB (or 0x468DBB) is known color: Curious Blue. HEX triplet: 46, 8D and BB. RGB value is (70,141,187). Sum of RGB (Red+Green+Blue) = 70+141+187=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #468DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DBB is #B97244. Grayscale: #7C7C7C. Windows color (decimal): -12153413 or 12291398. OLE color: 12291398.

HSL color Cylindrical-coordinate representation of color #468DBB: hue angle of 203.59º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #468DBB is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 141 187 -
CMYK 0.63 0.25 0 0.27
HSL 203.59º 0.46% 0.5% -
HSV(B) 203.59º 0.63% 0.73% -
XYZ 21.02 23.94 50.53 -
YUV 125.02 162.98 88.76 -
System Red Green Blue C M Y K H S L
Decimal 70 141 187 0.63 0.25 0 0.27 203.59 0.46 0.5
Hex 46 8D BB 3F 19 0 1B CC 2E 32
Octal 106 215 273 77 31 0 33 314 56 62
Binary 1000110 10001101 10111011 111111 11001 0 11011 11001100 101110 110010

Color Harmonies of #468DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468DBB

Black with #468DBB

Text Example


Text Example

White with #468DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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