Html Css Color HEX #428ACF Curious Blue

📋 copy color: '#428ACF'

red 66 ◦ green 138 ◦ blue 207

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

Shades of Curious Blue #428ACF

Tints of Curious Blue #428ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.58%

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 16.06%
G = 33.58%
B = 50.36%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#428ACF (or 0x428ACF) is known color: Curious Blue. HEX triplet: 42, 8A and CF. RGB value is (66,138,207). Sum of RGB (Red+Green+Blue) = 66+138+207=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #428ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428ACF is #BD7530. Grayscale: #7B7B7B. Windows color (decimal): -12416305 or 13601346. OLE color: 13601346.

HSL color Cylindrical-coordinate representation of color #428ACF: hue angle of 209.36º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #428ACF is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 138 207 -
CMYK 0.68 0.33 0 0.19
HSL 209.36º 0.59% 0.54% -
HSV(B) 209.36º 0.68% 0.81% -
XYZ 22.6 23.84 62.44 -
YUV 124.34 174.65 86.39 -
System Red Green Blue C M Y K H S L
Decimal 66 138 207 0.68 0.33 0 0.19 209.36 0.59 0.54
Hex 42 8A CF 44 21 0 13 D1 3B 36
Octal 102 212 317 104 41 0 23 321 73 66
Binary 1000010 10001010 11001111 1000100 100001 0 10011 11010001 111011 110110

Color Harmonies of #428ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428ACF

Black with #428ACF

Text Example


Text Example

White with #428ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,138,207); }

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

background-color css

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

 a { background-color: rgb(66,138,207); }

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

border-color css

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

 span { border-color: rgb(66,138,207); }

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