Html Css Color HEX #427DC6 Curious Blue

📋 copy color: '#427DC6'

red 66 ◦ green 125 ◦ blue 198

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

Shades of Curious Blue #427DC6

Tints of Curious Blue #427DC6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.13%

 BLUE value IS 198 (77.73% from 255) = 50.9%

R = 16.97%
G = 32.13%
B = 50.9%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#427DC6 (or 0x427DC6) is known color: Curious Blue. HEX triplet: 42, 7D and C6. RGB value is (66,125,198). Sum of RGB (Red+Green+Blue) = 66+125+198=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #427DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DC6 is #BD8239. Grayscale: #737373. Windows color (decimal): -12419642 or 13008194. OLE color: 13008194.

HSL color Cylindrical-coordinate representation of color #427DC6: hue angle of 213.18º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #427DC6 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 125 198 -
CMYK 0.67 0.37 0 0.22
HSL 213.18º 0.54% 0.52% -
HSV(B) 213.18º 0.67% 0.78% -
XYZ 19.77 19.9 56.23 -
YUV 115.68 174.45 92.56 -
System Red Green Blue C M Y K H S L
Decimal 66 125 198 0.67 0.37 0 0.22 213.18 0.54 0.52
Hex 42 7D C6 43 25 0 16 D5 36 34
Octal 102 175 306 103 45 0 26 325 66 64
Binary 1000010 1111101 11000110 1000011 100101 0 10110 11010101 110110 110100

Color Harmonies of #427DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DC6

Black with #427DC6

Text Example


Text Example

White with #427DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427DC6; }

 p { color: rgb(66,125,198); }

 H1.HeaderClassName
 {
   color: #427DC6;
 }
 .AnyTagClassName
 {
   color: #427DC6;
 }
</style>

background-color css

<style>
 a { background-color: #427DC6; }

 a { background-color: rgb(66,125,198); }

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

border-color css

<style>
 span { border-color: #427DC6; }

 span { border-color: rgb(66,125,198); }

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