Html Css Color HEX #468ECB Curious Blue

📋 copy color: '#468ECB'

red 70 ◦ green 142 ◦ blue 203

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

Shades of Curious Blue #468ECB

Tints of Curious Blue #468ECB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.22%

 BLUE value IS 203 (79.69% from 255) = 48.92%

R = 16.87%
G = 34.22%
B = 48.92%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#468ECB (or 0x468ECB) is known color: Curious Blue. HEX triplet: 46, 8E and CB. RGB value is (70,142,203). Sum of RGB (Red+Green+Blue) = 70+142+203=415 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.87% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #468ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468ECB is #B97134. Grayscale: #7F7F7F. Windows color (decimal): -12153141 or 13340230. OLE color: 13340230.

HSL color Cylindrical-coordinate representation of color #468ECB: hue angle of 207.52º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #468ECB is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 142 203 -
CMYK 0.66 0.30 0 0.20
HSL 207.52º 0.56% 0.54% -
HSV(B) 207.52º 0.66% 0.8% -
XYZ 22.98 24.96 60.11 -
YUV 127.43 170.65 87.04 -
System Red Green Blue C M Y K H S L
Decimal 70 142 203 0.66 0.30 0 0.20 207.52 0.56 0.54
Hex 46 8E CB 42 1E 0 14 D0 38 36
Octal 106 216 313 102 36 0 24 320 70 66
Binary 1000110 10001110 11001011 1000010 11110 0 10100 11010000 111000 110110

Color Harmonies of #468ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468ECB

Black with #468ECB

Text Example


Text Example

White with #468ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,142,203); }

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

background-color css

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

 a { background-color: rgb(70,142,203); }

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

border-color css

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

 span { border-color: rgb(70,142,203); }

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