Html Css Color HEX #327EFC Dodger Blue

📋 copy color: '#327EFC'

red 50 ◦ green 126 ◦ blue 252

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

Shades of Dodger Blue #327EFC

Tints of Dodger Blue #327EFC

RGB

 RED value IS 50 (19.92% from 255) = 11.68%

 GREEN value IS 126 (49.61% from 255) = 29.44%

 BLUE value IS 252 (98.83% from 255) = 58.88%

R = 11.68%
G = 29.44%
B = 58.88%

CMYK

 C value IS 0.80

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#327EFC (or 0x327EFC) is known color: Dodger Blue. HEX triplet: 32, 7E and FC. RGB value is (50,126,252). Sum of RGB (Red+Green+Blue) = 50+126+252=428 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.68% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #327EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327EFC is #CD8103. Grayscale: #757575. Windows color (decimal): -13467908 or 16547378. OLE color: 16547378.

HSL color Cylindrical-coordinate representation of color #327EFC: hue angle of 217.43º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #327EFC is Cyan = 0.80, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 126 252 -
CMYK 0.80 0.5 0 0.01
HSL 217.43º 0.97% 0.59% -
HSV(B) 217.43º 0.8% 0.99% -
XYZ 26.35 22.63 95.07 -
YUV 117.64 203.82 79.75 -
System Red Green Blue C M Y K H S L
Decimal 50 126 252 0.80 0.5 0 0.01 217.43 0.97 0.59
Hex 32 7E FC 50 32 0 1 D9 61 3B
Octal 62 176 374 120 62 0 1 331 141 73
Binary 110010 1111110 11111100 1010000 110010 0 1 11011001 1100001 111011

Color Harmonies of #327EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327EFC

Black with #327EFC

Text Example


Text Example

White with #327EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327EFC; }

 p { color: rgb(50,126,252); }

 H1.HeaderClassName
 {
   color: #327EFC;
 }
 .AnyTagClassName
 {
   color: #327EFC;
 }
</style>

background-color css

<style>
 a { background-color: #327EFC; }

 a { background-color: rgb(50,126,252); }

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

border-color css

<style>
 span { border-color: #327EFC; }

 span { border-color: rgb(50,126,252); }

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