Html Css Color HEX #428DBE Curious Blue

📋 copy color: '#428DBE'

red 66 ◦ green 141 ◦ blue 190

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

Shades of Curious Blue #428DBE

Tints of Curious Blue #428DBE

RGB

 RED value IS 66 (26.17% from 255) = 16.62%

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

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 16.62%
G = 35.52%
B = 47.86%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#428DBE (or 0x428DBE) is known color: Curious Blue. HEX triplet: 42, 8D and BE. RGB value is (66,141,190). Sum of RGB (Red+Green+Blue) = 66+141+190=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #428DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428DBE is #BD7241. Grayscale: #7B7B7B. Windows color (decimal): -12415554 or 12488002. OLE color: 12488002.

HSL color Cylindrical-coordinate representation of color #428DBE: hue angle of 203.71º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #428DBE is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 141 190 -
CMYK 0.65 0.26 0 0.25
HSL 203.71º 0.49% 0.5% -
HSV(B) 203.71º 0.65% 0.75% -
XYZ 21.07 23.93 52.22 -
YUV 124.16 165.15 86.52 -
System Red Green Blue C M Y K H S L
Decimal 66 141 190 0.65 0.26 0 0.25 203.71 0.49 0.5
Hex 42 8D BE 41 1A 0 19 CC 31 32
Octal 102 215 276 101 32 0 31 314 61 62
Binary 1000010 10001101 10111110 1000001 11010 0 11001 11001100 110001 110010

Color Harmonies of #428DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428DBE

Black with #428DBE

Text Example


Text Example

White with #428DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428DBE; }

 p { color: rgb(66,141,190); }

 H1.HeaderClassName
 {
   color: #428DBE;
 }
 .AnyTagClassName
 {
   color: #428DBE;
 }
</style>

background-color css

<style>
 a { background-color: #428DBE; }

 a { background-color: rgb(66,141,190); }

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

border-color css

<style>
 span { border-color: #428DBE; }

 span { border-color: rgb(66,141,190); }

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