Html Css Color HEX #428FD3 Curious Blue

📋 copy color: '#428FD3'

red 66 ◦ green 143 ◦ blue 211

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

Shades of Curious Blue #428FD3

Tints of Curious Blue #428FD3

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.05%

 BLUE value IS 211 (82.81% from 255) = 50.24%

R = 15.71%
G = 34.05%
B = 50.24%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#428FD3 (or 0x428FD3) is known color: Curious Blue. HEX triplet: 42, 8F and D3. RGB value is (66,143,211). Sum of RGB (Red+Green+Blue) = 66+143+211=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 211 (82.81% from 255 or 50.24% from 420); Max value from RGB is 211 - color contains mainly: blue. Hex color #428FD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428FD3 is #BD702C. Grayscale: #7F7F7F. Windows color (decimal): -12415021 or 13864770. OLE color: 13864770.

HSL color Cylindrical-coordinate representation of color #428FD3: hue angle of 208.14º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #428FD3 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 143 211 -
CMYK 0.69 0.32 0 0.17
HSL 208.14º 0.62% 0.54% -
HSV(B) 208.14º 0.69% 0.83% -
XYZ 23.83 25.51 65.3 -
YUV 127.73 174.99 83.97 -
System Red Green Blue C M Y K H S L
Decimal 66 143 211 0.69 0.32 0 0.17 208.14 0.62 0.54
Hex 42 8F D3 45 20 0 11 D0 3E 36
Octal 102 217 323 105 40 0 21 320 76 66
Binary 1000010 10001111 11010011 1000101 100000 0 10001 11010000 111110 110110

Color Harmonies of #428FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428FD3

Black with #428FD3

Text Example


Text Example

White with #428FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,143,211); }

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

background-color css

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

 a { background-color: rgb(66,143,211); }

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

border-color css

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

 span { border-color: rgb(66,143,211); }

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