Html Css Color HEX #428CBE Curious Blue

📋 copy color: '#428CBE'

red 66 ◦ green 140 ◦ blue 190

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

Shades of Curious Blue #428CBE

Tints of Curious Blue #428CBE

RGB

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

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

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

R = 16.67%
G = 35.35%
B = 47.98%

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

#428CBE (or 0x428CBE) is known color: Curious Blue. HEX triplet: 42, 8C and BE. RGB value is (66,140,190). Sum of RGB (Red+Green+Blue) = 66+140+190=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #428CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428CBE is #BD7341. Grayscale: #7B7B7B. Windows color (decimal): -12415810 or 12487746. OLE color: 12487746.

HSL color Cylindrical-coordinate representation of color #428CBE: hue angle of 204.19º 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 #428CBE is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 140 190 -
CMYK 0.65 0.26 0 0.25
HSL 204.19º 0.49% 0.5% -
HSV(B) 204.19º 0.65% 0.75% -
XYZ 20.92 23.63 52.17 -
YUV 123.57 165.48 86.93 -
System Red Green Blue C M Y K H S L
Decimal 66 140 190 0.65 0.26 0 0.25 204.19 0.49 0.5
Hex 42 8C BE 41 1A 0 19 CC 31 32
Octal 102 214 276 101 32 0 31 314 61 62
Binary 1000010 10001100 10111110 1000001 11010 0 11001 11001100 110001 110010

Color Harmonies of #428CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428CBE

Black with #428CBE

Text Example


Text Example

White with #428CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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