Html Css Color HEX #327BFA Dodger Blue

📋 copy color: '#327BFA'

red 50 ◦ green 123 ◦ blue 250

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

Shades of Dodger Blue #327BFA

Tints of Dodger Blue #327BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.08%

 BLUE value IS 250 (98.05% from 255) = 59.1%

R = 11.82%
G = 29.08%
B = 59.1%

CMYK

 C value IS 0.8

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#327BFA (or 0x327BFA) is known color: Dodger Blue. HEX triplet: 32, 7B and FA. RGB value is (50,123,250). Sum of RGB (Red+Green+Blue) = 50+123+250=423 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.82% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #327BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327BFA is #CD8405. Grayscale: #737373. Windows color (decimal): -13468678 or 16415538. OLE color: 16415538.

HSL color Cylindrical-coordinate representation of color #327BFA: hue angle of 218.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #327BFA is Cyan = 0.8, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 123 250 -
CMYK 0.8 0.51 0 0.02
HSL 218.1º 0.95% 0.59% -
HSV(B) 218.1º 0.8% 0.98% -
XYZ 25.65 21.75 93.29 -
YUV 115.65 203.82 81.17 -
System Red Green Blue C M Y K H S L
Decimal 50 123 250 0.8 0.51 0 0.02 218.1 0.95 0.59
Hex 32 7B FA 50 33 0 2 DA 5F 3B
Octal 62 173 372 120 63 0 2 332 137 73
Binary 110010 1111011 11111010 1010000 110011 0 10 11011010 1011111 111011

Color Harmonies of #327BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327BFA

Black with #327BFA

Text Example


Text Example

White with #327BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,123,250); }

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

background-color css

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

 a { background-color: rgb(50,123,250); }

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

border-color css

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

 span { border-color: rgb(50,123,250); }

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